Skip to content

Commit 98f16de

Browse files
committed
Fix directory
1 parent 1067771 commit 98f16de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
run_install: false
6060
version: 10
6161
- name: Publish npm package with WASM files
62-
working-directory: packages/sqlite3/wasm_build
62+
working-directory: packages/sqlite3_wasm_build
6363
run: |
6464
pnpm i
6565
npm version --allow-same-version --no-git-tag-version $(echo $GITHUB_REF_NAME | sed -E 's/powersync-v//')

.github/workflows/test_wasm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run_install: false
3232
version: 10
3333
- name: Dry-run npm publish
34-
working-directory: packages/sqlite3/wasm_build
34+
working-directory: packages/sqlite3_wasm_build
3535
run: |
3636
pnpm i
3737
pnpm publish --no-git-checks --dry-run

0 commit comments

Comments
 (0)