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 9f9a7b9 commit a87b266Copy full SHA for a87b266
.github/workflows/main.yml
@@ -252,7 +252,7 @@ jobs:
252
253
- name: publish sqlite-wasm to npm
254
#if: steps.tag.outputs.version != ''
255
- run: cd artifacts/cloudsync-wasm && ls -lah #npm publish ./artifacts/your-package-1.0.0.tgz
+ run: cd artifacts/cloudsync-wasm/sqlite-wasm && ls -lah #npm publish ./artifacts/your-package-1.0.0.tgz
256
env:
257
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
258
0 commit comments