Update android.yml

This commit is contained in:
ArtDev 2022-11-14 21:16:40 +03:00
parent 854792e3c6
commit 083fa83305

View File

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