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:
59
59
fetch-depth : 0
60
60
61
61
- uses : actions/download-artifact@v4
62
- name : android-library
62
+ with :
63
+ name : android-library
63
64
64
65
- name : Publish to Maven Central
65
66
if : ${{ inputs.publish }}
66
67
run : |
67
68
curl --request POST \
68
69
--header 'Authorization: Bearer ${{ secrets.CENTRAL_AUTH }}' \
69
- --form bundle=@powersync-android .zip \
70
+ --form bundle=@powersync_android .zip \
70
71
https://central.sonatype.com/api/v1/publisher/upload
71
72
72
73
- name : Upload binary
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ plugins {
12
12
id(" signing" )
13
13
}
14
14
15
- group = " co .powersync"
15
+ group = " com .powersync"
16
16
version = " 0.4.1"
17
17
description = " PowerSync Core SQLite Extension"
18
18
You can’t perform that action at this time.
0 commit comments