mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-13 06:39:54 -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
@ -93,6 +93,12 @@ jobs:
|
|||||||
name: app-debug
|
name: app-debug
|
||||||
path: out/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
|
- name: Upload onto the Google Play testing track
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
if: github.repository_owner == 'PojavLauncherTeam' && github.ref_name == 'v3_openjdk'
|
if: github.repository_owner == 'PojavLauncherTeam' && github.ref_name == 'v3_openjdk'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user