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 f912cc6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
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 f912cc6

Please sign in to comment.