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:
ArtDev 2023-09-28 18:51:33 +03:00 committed by GitHub
parent 1073fa6ade
commit 32b9930444
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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