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