mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-15 23:59:21 -04:00
Update android.yml
This commit is contained in:
parent
854792e3c6
commit
083fa83305
4
.github/workflows/android.yml
vendored
4
.github/workflows/android.yml
vendored
@ -96,7 +96,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'
|
||||
run: |
|
||||
./gradlew :app_pojavlauncher:bundleGplay
|
||||
mv app_pojavlauncher/build/outputs/bundle/gplay/app_pojavlauncher-gplay.aab out/app-gplay.aab
|
||||
@ -122,7 +122,7 @@ jobs:
|
||||
|
||||
- name: Upload onto the Google Play testing track
|
||||
continue-on-error: true
|
||||
if: github.repository_owner == 'PojavLauncherTeam' && github.ref_name == 'v3_openjdk'
|
||||
if: github.repository_owner == 'PojavLauncherTeam'
|
||||
uses: r0adkll/upload-google-play@v1.0.17
|
||||
with:
|
||||
serviceAccountJsonPlainText: ${{ secrets.GPLAY_SERVICE_JSON }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user