Skip to content

Commit 0d2c932

Browse files
committed
chore: Update release workflow to new assets directory
1 parent 9c018c1 commit 0d2c932

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
@@ -41,4 +41,4 @@ jobs:
4141
tag="${{ github.ref_name }}"
4242
body="Release $tag"
4343
gh release create --draft "$tag" --title "$tag" --notes "$body" --generate-notes --prerelease
44-
gh release upload "${{ github.ref_name }}" assets/powersync_db.worker.js
44+
gh release upload "${{ github.ref_name }}" packages/powersync/assets/powersync_db.worker.js

0 commit comments

Comments
 (0)