Skip to content

Commit

Permalink
build: Fix JS release
Browse files Browse the repository at this point in the history
  • Loading branch information
Stranger6667 committed Dec 28, 2023
1 parent d5f939f commit f027baa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/javascript-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ jobs:
- run: mv -f ./artifacts ./bindings/javascript

- name: Move Wasm artifacts
run: mv -f ./artifacts/wasm32/*.wasm ./bindings/javascript/wasm
run: mv -f ./bindings/javascript/artifacts/wasm32/*.wasm ./bindings/javascript/wasm

- name: Move Node.js artifacts
run: yarn artifacts
Expand Down

0 comments on commit f027baa

Please sign in to comment.