Skip to content

Commit e42c408

Browse files
committed
ci: 临时造一份假的 arm64 win(其实是 x64 win)
1 parent 01c3a85 commit e42c408

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/build.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
runs-on: windows-latest
4545
strategy:
4646
matrix:
47-
arch: [aarch64, x86_64]
47+
arch: [x86_64]
4848
fail-fast: false
4949

5050
steps:
@@ -122,6 +122,12 @@ jobs:
122122
name: MAA-win-${{ matrix.arch }}
123123
path: "install"
124124

125+
- uses: actions/upload-artifact@v4
126+
if: always()
127+
with:
128+
name: MAA-win-aarch64
129+
path: "install"
130+
125131
ubuntu:
126132
needs: meta
127133
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)