Skip to content

Commit

Permalink
fix(ci): comment windows arm64 again
Browse files Browse the repository at this point in the history
  • Loading branch information
McPatate committed Feb 13, 2024
1 parent 81b6bab commit 32bdc44
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
include:
- target: x86_64-pc-windows-msvc
code-target: win32-x64
- os: windows-latest
target: aarch64-pc-windows-msvc
code-target: win32-arm64
# - os: windows-latest
# target: aarch64-pc-windows-msvc
# code-target: win32-arm64
- target: x86_64-unknown-linux-gnu
code-target: linux-x64
- target: aarch64-unknown-linux-gnu
Expand Down Expand Up @@ -128,10 +128,10 @@ jobs:
with:
name: pkg-x86_64-pc-windows-msvc
path: pkg
- uses: actions/download-artifact@v1
with:
name: pkg-aarch64-pc-windows-msvc
path: pkg
# - uses: actions/download-artifact@v1
# with:
# name: pkg-aarch64-pc-windows-msvc
# path: pkg
- run: ls -al ./pkg

- run: npm ci
Expand Down

0 comments on commit 32bdc44

Please sign in to comment.