Skip to content

Commit

Permalink
Add client and android build.
Browse files Browse the repository at this point in the history
Attempt to publish local first.
  • Loading branch information
Layoric committed Oct 10, 2023
1 parent acca573 commit 1b4c8d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: ./src/AndroidClient/client/gradlew build

- name: Publish local client
run: ./src/AndroidClient/client/gradlew publicToMavenLocal
run: ./src/AndroidClient/client/gradlew publishToMavenLocal

- name: Set up permissions android
run: chmod +x ./src/AndroidClient/android/gradlew
Expand All @@ -42,7 +42,7 @@ jobs:
run: ./src/AndroidClient/android/gradlew build

- name: Publish local android
run: ./src/AndroidClient/android/gradlew publicToMavenLocal
run: ./src/AndroidClient/android/gradlew publishToMavenLocal

# env:
# OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
Expand Down

0 comments on commit 1b4c8d3

Please sign in to comment.