Skip to content

Commit

Permalink
fix(ci): remove i686-windows bin
Browse files Browse the repository at this point in the history
  • Loading branch information
McPatate committed Feb 13, 2024
1 parent d2bda87 commit 81b6bab
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,9 @@ jobs:
include:
- target: x86_64-pc-windows-msvc
code-target: win32-x64
- target: i686-pc-windows-msvc
code-target: win32-ia32
# - 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 @@ -132,12 +130,8 @@ jobs:
path: pkg
- uses: actions/download-artifact@v1
with:
name: pkg-i686-pc-windows-msvc
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 81b6bab

Please sign in to comment.