dont upload to internal track(this is test branch)

This commit is contained in:
Duy Tran Khanh 2021-10-17 17:08:26 +07:00 committed by GitHub
parent 83dc50a790
commit 7ce9339ede
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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