Update android.yml

This commit is contained in:
ArtDev 2021-07-16 19:45:31 +03:00 committed by GitHub
parent e69042c6c3
commit ea379752ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -106,11 +106,11 @@ jobs:
- name: Upload onto the Google Play testing track
uses: r0adkll/upload-google-play@v1
with:
serviceAccountJson: ${{ secrets.GPLAY_SERVICE_JSON }}
serviceAccountJsonPlainText: ${{ secrets.GPLAY_SERVICE_JSON }}
packageName: net.kdt.pojavlaunch
releaseFiles: out/app-gplay.aab
track: internal
inAppUpdatePriority: 2
inAppUpdatePriority: 5
- name: Upload APK (without runtime)
uses: actions/upload-artifact@v2
with: