Skip to content

Commit a87b266

Browse files
committed
fix: update path for npm publish command in workflow
1 parent 9f9a7b9 commit a87b266

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ jobs:
252252
253253
- name: publish sqlite-wasm to npm
254254
#if: steps.tag.outputs.version != ''
255-
run: cd artifacts/cloudsync-wasm && ls -lah #npm publish ./artifacts/your-package-1.0.0.tgz
255+
run: cd artifacts/cloudsync-wasm/sqlite-wasm && ls -lah #npm publish ./artifacts/your-package-1.0.0.tgz
256256
env:
257257
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
258258

0 commit comments

Comments
 (0)