Skip to content

Commit 1f4d941

Browse files
committed
Fix group id and file name
1 parent 3217e01 commit 1f4d941

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

android/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ plugins {
1212
id("signing")
1313
}
1414

15-
group = "co.powersync"
15+
group = "com.powersync"
1616
version = "0.4.1"
1717
description = "PowerSync Core SQLite Extension"
1818

0 commit comments

Comments
 (0)