Skip to content

Commit

Permalink
fix artifact downloading
Browse files Browse the repository at this point in the history
  • Loading branch information
devongovett committed Feb 28, 2024
1 parent 8dcae72 commit bd5dd70
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tag-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,9 @@ jobs:
uses: actions/download-artifact@v3
with:
name: bindings-linux-gnu-x64
path: packages/core/rust
path: artifacts
- name: Move artifacts
run: for d in artifacts/*/*/*; do cp $d/*.node packages/$(basename $(dirname $d))/$(basename $d); done
- run: yarn build
- run: yarn build-native-wasm
- run: yarn workspace @parcel/repl build
Expand Down

0 comments on commit bd5dd70

Please sign in to comment.