Skip to content

Commit 024f305

Browse files
committed
fix
1 parent bd5dd70 commit 024f305

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tag-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ jobs:
252252
name: bindings-linux-gnu-x64
253253
path: artifacts
254254
- name: Move artifacts
255-
run: for d in artifacts/*/*/*; do cp $d/*.node packages/$(basename $(dirname $d))/$(basename $d); done
255+
run: cp artifacts/core/rust/*.node packages/core/rust/.
256256
- run: yarn build
257257
- run: yarn build-native-wasm
258258
- run: yarn workspace @parcel/repl build

0 commit comments

Comments
 (0)