We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cf34f5 commit e6b73c3Copy full SHA for e6b73c3
1 file changed
.github/workflows/manual.yml
@@ -1,4 +1,4 @@
1
-name: build APK
+name: manual
2
3
on:
4
workflow_dispatch:
@@ -21,11 +21,11 @@ jobs:
21
steps:
22
- uses: actions/checkout@v4
23
24
- - name: Setup JDK 21
+ - name: Setup JDK 17
25
uses: actions/setup-java@v5
26
with:
27
distribution: 'temurin'
28
- java-version: '21'
+ java-version: '17'
29
cache: 'gradle'
30
31
- name: Environment info
0 commit comments