Use upload-artifact v3 for GHES compatibility
All checks were successful
Build Android APK / build (push) Successful in 2m59s
All checks were successful
Build Android APK / build (push) Successful in 2m59s
This commit is contained in:
@@ -27,7 +27,7 @@ jobs:
|
|||||||
./gradlew assembleRelease --no-daemon
|
./gradlew assembleRelease --no-daemon
|
||||||
|
|
||||||
- name: Upload APK
|
- name: Upload APK
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: apk
|
name: apk
|
||||||
path: app/build/outputs/apk/release/*.apk
|
path: app/build/outputs/apk/release/*.apk
|
||||||
|
|||||||
Reference in New Issue
Block a user