Skip to content

Commit 5e1bf8a

Browse files
committed
build: Fix JS release
1 parent 6fb28b6 commit 5e1bf8a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/javascript-release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,11 @@ jobs:
220220
with:
221221
path: artifacts
222222

223+
- run: ls -lh
224+
223225
- name: Move Wasm artifacts
224226
run: mv -f ./artifacts/wasm32/*.wasm ./wasm
227+
working-directory: bindings/javascript
225228

226229
- name: Move Node.js artifacts
227230
run: yarn artifacts
@@ -236,3 +239,4 @@ jobs:
236239
env:
237240
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
238241
NPM_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
242+
working-directory: bindings/javascript

0 commit comments

Comments
 (0)