mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-12 06:05:10 -04:00
CI: Also delete New JRE for noruntime build
This commit is contained in:
parent
363a8feff4
commit
c29ede10cd
1
.github/workflows/android.yml
vendored
1
.github/workflows/android.yml
vendored
@ -111,6 +111,7 @@ jobs:
|
||||
- name: Build APK without runtime
|
||||
run: |
|
||||
rm -r app_pojavlauncher/src/main/assets/components/jre
|
||||
rm -r app_pojavlauncher/src/main/assets/components/jre-new
|
||||
./gradlew assembleDebug
|
||||
mv app_pojavlauncher/build/outputs/apk/debug/app_pojavlauncher-debug.apk out/app-debug-noruntime.apk
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user