mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-14 15:17:02 -04:00
Update android.yml
This commit is contained in:
parent
4623040a71
commit
06bbf9be5b
4
.github/workflows/android.yml
vendored
4
.github/workflows/android.yml
vendored
@ -59,7 +59,7 @@ jobs:
|
||||
mv gl4es ..
|
||||
|
||||
- name: Push gl4es
|
||||
if: github.event != "pull_request" && steps.gl4es-cache.outputs.cache-hit != 'true'
|
||||
if: github.event != 'pull_request' && steps.gl4es-cache.outputs.cache-hit != 'true'
|
||||
continue-on-error: true
|
||||
run: |
|
||||
git add .
|
||||
@ -89,7 +89,7 @@ jobs:
|
||||
./gradlew :jre_lwjgl3glfw:build
|
||||
|
||||
- name: Build Google Play .aab
|
||||
if: github.repository_owner == "PojavLauncherTeam" && github.ref_name == "v3_openjdk"
|
||||
if: github.repository_owner == 'PojavLauncherTeam' && github.ref_name == 'v3_openjdk'
|
||||
run: |
|
||||
./gradlew :app_pojavlauncher:bundleGplay
|
||||
mv app_pojavlauncher/build/outputs/bundle/gplay/app_pojavlauncher-gplay.aab out/app-gplay.aab
|
||||
|
Loading…
x
Reference in New Issue
Block a user