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 6fb28b6 commit 5e1bf8aCopy full SHA for 5e1bf8a
1 file changed
.github/workflows/javascript-release.yml
@@ -220,8 +220,11 @@ jobs:
220
with:
221
path: artifacts
222
223
+ - run: ls -lh
224
+
225
- name: Move Wasm artifacts
226
run: mv -f ./artifacts/wasm32/*.wasm ./wasm
227
+ working-directory: bindings/javascript
228
229
- name: Move Node.js artifacts
230
run: yarn artifacts
@@ -236,3 +239,4 @@ jobs:
236
239
env:
237
240
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
238
241
NPM_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
242
0 commit comments