Skip to content

Commit 1b4c8d3

Browse files
committed
Add client and android build.
Attempt to publish local first.
1 parent acca573 commit 1b4c8d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: ./src/AndroidClient/client/gradlew build
3434

3535
- name: Publish local client
36-
run: ./src/AndroidClient/client/gradlew publicToMavenLocal
36+
run: ./src/AndroidClient/client/gradlew publishToMavenLocal
3737

3838
- name: Set up permissions android
3939
run: chmod +x ./src/AndroidClient/android/gradlew
@@ -42,7 +42,7 @@ jobs:
4242
run: ./src/AndroidClient/android/gradlew build
4343

4444
- name: Publish local android
45-
run: ./src/AndroidClient/android/gradlew publicToMavenLocal
45+
run: ./src/AndroidClient/android/gradlew publishToMavenLocal
4646

4747
# env:
4848
# OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}

0 commit comments

Comments
 (0)