We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd5dd70 commit 024f305Copy full SHA for 024f305
.github/workflows/tag-release.yml
@@ -252,7 +252,7 @@ jobs:
252
name: bindings-linux-gnu-x64
253
path: artifacts
254
- name: Move artifacts
255
- run: for d in artifacts/*/*/*; do cp $d/*.node packages/$(basename $(dirname $d))/$(basename $d); done
+ run: cp artifacts/core/rust/*.node packages/core/rust/.
256
- run: yarn build
257
- run: yarn build-native-wasm
258
- run: yarn workspace @parcel/repl build
0 commit comments