mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2025-12-11 09:00:15 -07:00
Update android.yml
This commit is contained in:
parent
41257f0805
commit
a5d035254d
1 changed files with 9 additions and 8 deletions
17
.github/workflows/android.yml
vendored
17
.github/workflows/android.yml
vendored
|
|
@ -144,14 +144,15 @@ 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
|
||||
if: github.ref == 'refs/heads/v3_openjdk'
|
||||
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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue