Skip to content

Commit 52fecc2

Browse files
committed
Fix AAB asset name for GH release upload
1 parent eba160a commit 52fecc2

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
@@ -74,7 +74,7 @@ jobs:
7474
uses: ./.github/actions/upload
7575
with:
7676
repo-token: ${{ secrets.GITHUB_TOKEN }}
77-
file-name: powersync-android.zip
77+
file-name: powersync_android.zip
7878
tag: ${{ needs.draft_release.outputs.tag }}
7979

8080
publish_ios_pod_and_spm_package:

0 commit comments

Comments
 (0)