Skip to content

Commit

Permalink
Fix java home
Browse files Browse the repository at this point in the history
  • Loading branch information
jinweijie committed Oct 26, 2024
1 parent 2fb09a4 commit 6712b91
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build_apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ jobs:
- name: Build APK
run: ./gradlew assembleRelease -PkeystorePath=${{ github.workspace }}/app/keystore.jks
env:
JAVA_HOME: /opt/hostedtoolcache/Java_Zulu_jdk/17.0.12-7/x64
NOTIFY_ME_KEYSTORE_PATH: ${{ github.workspace }}/app/keystore.jks
NOTIFY_ME_KEY_ALIAS: ${{ secrets.NOTIFY_ME_KEY_ALIAS }}
NOTIFY_ME_KEY_PASSWORD: ${{ secrets.NOTIFY_ME_KEY_PASSWORD }}
Expand Down

0 comments on commit 6712b91

Please sign in to comment.