Skip to content

Commit

Permalink
chore: Update release workflow to new assets directory
Browse files Browse the repository at this point in the history
  • Loading branch information
mugikhan committed Jul 30, 2024
1 parent 9c018c1 commit 0d2c932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
tag="${{ github.ref_name }}"
body="Release $tag"
gh release create --draft "$tag" --title "$tag" --notes "$body" --generate-notes --prerelease
gh release upload "${{ github.ref_name }}" assets/powersync_db.worker.js
gh release upload "${{ github.ref_name }}" packages/powersync/assets/powersync_db.worker.js

0 comments on commit 0d2c932

Please sign in to comment.