Skip to content

Commit

Permalink
Update publish-wasm.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anakrish authored Jan 29, 2024
1 parent c84a9d5 commit 3041e12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install wasm-pack
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
- name: Build

working-directory: bindings/wasm
run: echo "$(pwd)"; wasm-pack build --target nodejs -r
- name: Publish
run: wasm-pack publish --target nodejs
Expand Down

0 comments on commit 3041e12

Please sign in to comment.