Skip to content

Commit

Permalink
chore(ci): to avoid conflicts, upload Wasm files on Node.js 20 only
Browse files Browse the repository at this point in the history
  • Loading branch information
yisibl committed Jan 24, 2024
1 parent 577f5da commit 7e5b37c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
target: armv7-unknown-linux-gnueabihf
setup: |
sudo apt-get update
sudo apt-get install gcc-arm-linux-gnueabihf g++-arm-linux-gnueabihf -y
sudo apt-get install gcc-arm-linux-gnueabihf -y
build: |
yarn build --target=armv7-unknown-linux-gnueabihf
arm-linux-gnueabihf-strip *.node
Expand Down Expand Up @@ -217,6 +217,7 @@ jobs:

- name: Upload artifacts
uses: actions/upload-artifact@v4
if: ${{ matrix.node == '20' }}
with:
name: wasm32
path: wasm/dist/*.wasm
Expand Down

0 comments on commit 7e5b37c

Please sign in to comment.