Skip to content

Commit d5f939f

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

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/javascript-release.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ jobs:
181181
- name: Upload artifacts
182182
uses: actions/upload-artifact@v4
183183
with:
184-
name: bindings-wasm32
184+
name: wasm32
185185
path: bindings/javascript/wasm/dist/*.wasm
186186
if-no-files-found: error
187187

@@ -220,11 +220,10 @@ jobs:
220220
with:
221221
path: artifacts
222222

223-
- run: ls -lh
223+
- run: mv -f ./artifacts ./bindings/javascript
224224

225225
- name: Move Wasm artifacts
226-
run: mv -f ./artifacts/wasm32/*.wasm ./wasm
227-
working-directory: bindings/javascript
226+
run: mv -f ./artifacts/wasm32/*.wasm ./bindings/javascript/wasm
228227

229228
- name: Move Node.js artifacts
230229
run: yarn artifacts

0 commit comments

Comments
 (0)