Skip to content

Commit

Permalink
Update gradle process. Try build and prep ability to push to oss.sona…
Browse files Browse the repository at this point in the history
…type.org
  • Loading branch information
Layoric committed Oct 10, 2023
1 parent f6d5d63 commit c602ef8
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 @@ -6,7 +6,7 @@ on:
- master

jobs:
publish:
build:
runs-on: ubuntu-latest

steps:
Expand All @@ -27,7 +27,7 @@ jobs:
restore-keys: ${{ runner.os }}-gradle

- name: Build
run: ./gradlew build
run: ./src/AndroidClient/client/gradlew build
# env:
# OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
# OSSRH_TOKEN: ${{ secrets.OSSRH_TOKEN }}

0 comments on commit c602ef8

Please sign in to comment.