We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e1bf8a commit d5f939fCopy full SHA for d5f939f
.github/workflows/javascript-release.yml
@@ -181,7 +181,7 @@ jobs:
181
- name: Upload artifacts
182
uses: actions/upload-artifact@v4
183
with:
184
- name: bindings-wasm32
+ name: wasm32
185
path: bindings/javascript/wasm/dist/*.wasm
186
if-no-files-found: error
187
@@ -220,11 +220,10 @@ jobs:
220
221
path: artifacts
222
223
- - run: ls -lh
+ - run: mv -f ./artifacts ./bindings/javascript
224
225
- name: Move Wasm artifacts
226
- run: mv -f ./artifacts/wasm32/*.wasm ./wasm
227
- working-directory: bindings/javascript
+ run: mv -f ./artifacts/wasm32/*.wasm ./bindings/javascript/wasm
228
229
- name: Move Node.js artifacts
230
run: yarn artifacts
0 commit comments