From 06bbf9be5b40b1ba13c563cf4c4ae58cdcdc3b79 Mon Sep 17 00:00:00 2001 From: Google61 Date: Tue, 5 Apr 2022 02:44:30 +0300 Subject: [PATCH] Update android.yml --- .github/workflows/android.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 88977b53f..70ce32541 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -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