Skip to content

Commit 6016577

Browse files
committed
Fix release file name
1 parent 37858b1 commit 6016577

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ jobs:
3737
ls -al
3838
curl --request POST \
3939
--header 'Authorization: Bearer ${{ secrets.CENTRAL_AUTH }}' \
40-
--form bundle=@powersync-android.zip \
40+
--form bundle=@powersync_android.zip \
4141
https://central.sonatype.com/api/v1/publisher/upload

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
run: |
6868
curl --request POST \
6969
--header 'Authorization: Bearer ${{ secrets.CENTRAL_AUTH }}' \
70-
--form bundle=@powersync-android.zip \
70+
--form bundle=@powersync_android.zip \
7171
https://central.sonatype.com/api/v1/publisher/upload
7272
7373
- name: Upload binary

0 commit comments

Comments
 (0)