mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2025-12-10 10:20:32 -07:00
Build: Generate md5s in apk zips (#4335)
* Update android.yml Gen md5s with apk * fix typo Damn you GitHub mobile UI!
This commit is contained in:
parent
def8630c27
commit
fcafb3ecfa
1 changed files with 8 additions and 3 deletions
11
.github/workflows/android.yml
vendored
11
.github/workflows/android.yml
vendored
|
|
@ -81,12 +81,16 @@ jobs:
|
|||
rm -r app_pojavlauncher/src/main/assets/components/jre-new
|
||||
gradle assembleDebug
|
||||
mv app_pojavlauncher/build/outputs/apk/debug/app_pojavlauncher-debug.apk out/app-debug-noruntime.apk
|
||||
|
||||
- name: Gen md5sums
|
||||
run: |
|
||||
md5sum out/app-debug.apk > out/app-debug.md5
|
||||
md5sum out/app-debug-noruntime.apk > out/app-debug-noruntime.md5
|
||||
|
||||
- name: Upload APK
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: app-debug
|
||||
path: out/app-debug.apk
|
||||
path: out/app-debug.*
|
||||
|
||||
- name: Upload onto the Google Play testing track
|
||||
continue-on-error: true
|
||||
|
|
@ -104,4 +108,5 @@ jobs:
|
|||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: app-debug-noruntime
|
||||
path: out/app-debug-noruntime.apk
|
||||
path: out/app-debug-noruntime.*
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue