Skip to content

Commit c602ef8

Browse files
committed
Update gradle process. Try build and prep ability to push to oss.sonatype.org
1 parent f6d5d63 commit c602ef8

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
@@ -6,7 +6,7 @@ on:
66
- master
77

88
jobs:
9-
publish:
9+
build:
1010
runs-on: ubuntu-latest
1111

1212
steps:
@@ -27,7 +27,7 @@ jobs:
2727
restore-keys: ${{ runner.os }}-gradle
2828

2929
- name: Build
30-
run: ./gradlew build
30+
run: ./src/AndroidClient/client/gradlew build
3131
# env:
3232
# OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
3333
# OSSRH_TOKEN: ${{ secrets.OSSRH_TOKEN }}

0 commit comments

Comments
 (0)