File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -59,14 +59,15 @@ jobs:
5959 fetch-depth : 0
6060
6161 - uses : actions/download-artifact@v4
62- name : android-library
62+ with :
63+ name : android-library
6364
6465 - name : Publish to Maven Central
6566 if : ${{ inputs.publish }}
6667 run : |
6768 curl --request POST \
6869 --header 'Authorization: Bearer ${{ secrets.CENTRAL_AUTH }}' \
69- --form bundle=@powersync-android .zip \
70+ --form bundle=@powersync_android .zip \
7071 https://central.sonatype.com/api/v1/publisher/upload
7172
7273 - name : Upload binary
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ plugins {
1212 id(" signing" )
1313}
1414
15- group = " co .powersync"
15+ group = " com .powersync"
1616version = " 0.4.1"
1717description = " PowerSync Core SQLite Extension"
1818
You can’t perform that action at this time.
0 commit comments