CI: Also delete New JRE for noruntime build

This commit is contained in:
ArtDev 2022-05-12 22:43:17 +03:00 committed by GitHub
parent 363a8feff4
commit c29ede10cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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