mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-16 08:05:34 -04:00
Update android.yml
This commit is contained in:
parent
41257f0805
commit
a5d035254d
17
.github/workflows/android.yml
vendored
17
.github/workflows/android.yml
vendored
@ -144,14 +144,15 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: app-debug
|
name: app-debug
|
||||||
path: out/app-debug.apk
|
path: out/app-debug.apk
|
||||||
# - name: Upload onto the Google Play testing track
|
- name: Upload onto the Google Play testing track
|
||||||
# uses: r0adkll/upload-google-play@v1.0.15
|
if: github.ref == 'refs/heads/v3_openjdk'
|
||||||
# with:
|
uses: r0adkll/upload-google-play@v1.0.15
|
||||||
# serviceAccountJsonPlainText: ${{ secrets.GPLAY_SERVICE_JSON }}
|
with:
|
||||||
# packageName: net.kdt.pojavlaunch
|
serviceAccountJsonPlainText: ${{ secrets.GPLAY_SERVICE_JSON }}
|
||||||
# releaseFiles: out/app-gplay.aab
|
packageName: net.kdt.pojavlaunch
|
||||||
# track: internal
|
releaseFiles: out/app-gplay.aab
|
||||||
# inAppUpdatePriority: 5
|
track: internal
|
||||||
|
inAppUpdatePriority: 5
|
||||||
- name: Upload APK (without runtime)
|
- name: Upload APK (without runtime)
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user