We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37858b1 commit 6016577Copy full SHA for 6016577
.github/workflows/android.yml
@@ -37,5 +37,5 @@ jobs:
37
ls -al
38
curl --request POST \
39
--header 'Authorization: Bearer ${{ secrets.CENTRAL_AUTH }}' \
40
- --form bundle=@powersync-android.zip \
+ --form bundle=@powersync_android.zip \
41
https://central.sonatype.com/api/v1/publisher/upload
.github/workflows/release.yml
@@ -67,7 +67,7 @@ jobs:
67
run: |
68
69
70
71
72
73
- name: Upload binary
0 commit comments