Skip to content

Commit

Permalink
ci: 临时造一份假的 arm64 win(其实是 x64 win)
Browse files Browse the repository at this point in the history
  • Loading branch information
MistEO committed Mar 6, 2025
1 parent 01c3a85 commit e42c408
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
arch: [aarch64, x86_64]
arch: [x86_64]
fail-fast: false

steps:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e42c408

Please sign in to comment.