Update android.yml

This commit is contained in:
Google61 2022-04-05 02:44:30 +03:00 committed by GitHub
parent 4623040a71
commit 06bbf9be5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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