Skip to content

Commit ee47183

Browse files
committed
Fix cargo publish paths
1 parent 5721b55 commit ee47183

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ jobs:
243243

244244
- name: Publish powersync_sqlite_nostd
245245
run: cargo publish
246-
working-directory: crates/core
246+
working-directory: crates/sqlite_nostd
247247
env:
248248
CARGO_REGISTRY_TOKEN: ${{ steps.auth.outputs.token }}
249249
- name: Publish powersync_core

0 commit comments

Comments
 (0)