There was an error while loading. Please reload this page.
1 parent 6d6ed66 commit 7e7b711Copy full SHA for 7e7b711
.github/workflows/build_apk.yml
@@ -25,7 +25,7 @@ jobs:
25
GIT_CRYPT_KEY: ${{ secrets.ENCODED_GIT_CRYPT }}
26
# 建立 java 环境
27
- name: Setup Java JDK
28
- uses: actions/setup-java@v3
+ uses: actions/setup-java@v4
29
with:
30
distribution: 'zulu'
31
java-version: '17'
.github/workflows/release.yml
@@ -131,7 +131,7 @@ jobs:
131
# 安装 JDK
132
- name: Setup Java JDK (Android)
133
if: matrix.target == 'android'
134
135
136
137
0 commit comments