feat(actions): update Java version to 21 and improve APK build process
All checks were successful
Build Android APK / build (push) Successful in 6m43s
All checks were successful
Build Android APK / build (push) Successful in 6m43s
This commit is contained in:
@@ -38,8 +38,8 @@ jobs:
|
||||
working-directory: android
|
||||
run: ./gradlew assembleDebug
|
||||
|
||||
- name: Upload APK>
|
||||
uses: actions/upload-artifact@v4
|
||||
- name: Upload APK
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: impostor-game-debug
|
||||
path: android/app/build/outputs/apk/debug/app-debug.apk
|
||||
|
||||
Reference in New Issue
Block a user