Skip to content

Commit

Permalink
Update github CI action
Browse files Browse the repository at this point in the history
  • Loading branch information
evilpan committed Feb 6, 2024
1 parent 2d7a14f commit 53b5dd1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Setup JDK
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: 17
distrubution: 'oracle'
java-version: '17'
- name: Build APK
run: cd demo_apk && bash ./gradlew assembleDebug --stacktrace
- name: Upload APK
Expand Down

0 comments on commit 53b5dd1

Please sign in to comment.