From 1af7482198ab1f1abfcceafa3131705ce4badf71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=99=AB=E5=AD=90=E6=A8=B1=E6=A1=83?= Date: Wed, 15 May 2024 12:54:22 +0800 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 19821a8..4c60f13 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,10 +11,7 @@ jobs: build: strategy: matrix: - include: [ - { name: windows_x86, arch: x86 }, - { name: windows_x64, arch: x64 }, - ] + include: [{ name: windows_x86, arch: x86 },{ name: windows_x64, arch: x64 }] name: ${{ matrix.name }} @@ -22,7 +19,7 @@ jobs: steps: - name: checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: 'true' @@ -40,7 +37,7 @@ jobs: run: xmake - name: upload - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{ matrix.name }} path: build/release