From e42c408fb9f3c915348e949910dbb416fc8c99fb Mon Sep 17 00:00:00 2001 From: MistEO Date: Fri, 7 Mar 2025 00:13:40 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E4=B8=B4=E6=97=B6=E9=80=A0=E4=B8=80?= =?UTF-8?q?=E4=BB=BD=E5=81=87=E7=9A=84=20arm64=20win=EF=BC=88=E5=85=B6?= =?UTF-8?q?=E5=AE=9E=E6=98=AF=20x64=20win=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index abc222ded..d03208e58 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -44,7 +44,7 @@ jobs: runs-on: windows-latest strategy: matrix: - arch: [aarch64, x86_64] + arch: [x86_64] fail-fast: false steps: @@ -122,6 +122,12 @@ jobs: name: MAA-win-${{ matrix.arch }} path: "install" + - uses: actions/upload-artifact@v4 + if: always() + with: + name: MAA-win-aarch64 + path: "install" + ubuntu: needs: meta runs-on: ubuntu-latest