Skip to content

Commit 80d9633

Browse files
authored
update github build action
* fix github actiona * update github actions * update github actions * update github actions * update github actions * update github actions test * update github actions * update github actions
1 parent 25b2a0b commit 80d9633

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/github_build.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,12 @@ jobs:
1414
uses: actions/setup-java@v4
1515
with:
1616
distribution: 'zulu'
17-
java-version: '17'
17+
java-version: '21'
1818

1919
- name: Build
2020
run: ./gradlew assemblePlayDebug
2121

2222
- name: Upload
23-
uses: actions/upload-artifact@v2
23+
uses: actions/upload-artifact@v4
2424
with:
25-
name: app-debug.apk
26-
path: app/build/outputs/apk/debug/app-debug.apk
25+
path: app/build/outputs/apk/play/debug/*.apk

0 commit comments

Comments
 (0)