mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-12 14:16:58 -04:00
Feat[build]: also upload AAB
This is done for publishing in the Amazon Appstore (or other places that accept AABs) because i dont want to build pojav from random stuff that i have on my pc
This commit is contained in:
parent
1073fa6ade
commit
32b9930444
6
.github/workflows/android.yml
vendored
6
.github/workflows/android.yml
vendored
@ -92,6 +92,12 @@ jobs:
|
||||
with:
|
||||
name: app-debug
|
||||
path: out/app-debug.*
|
||||
|
||||
- name: Upload AAB
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: app-release-aab
|
||||
path: out/app-gplay.aab
|
||||
|
||||
- name: Upload onto the Google Play testing track
|
||||
continue-on-error: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user