mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2026-08-28 05:45:03 -06:00
Update android.yml
This commit is contained in:
parent
4623040a71
commit
06bbf9be5b
1 changed files with 2 additions and 2 deletions
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…
Add table
Add a link
Reference in a new issue