chore: Upload .aab before publishing it to the Play Store
This commit is contained in:
parent
fc45d6079b
commit
04c9b47719
|
@ -38,6 +38,13 @@ jobs:
|
|||
JAVA_HOME: ${{ steps.setup-java.outputs.path }}
|
||||
with:
|
||||
arguments: :androidApp:bundlePlayStoreRelease
|
||||
- name: 'Upload .aab'
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: app-android
|
||||
path: |
|
||||
androidApp/build/outputs/bundle/playStoreRelease/androidApp-playStore-release.aab
|
||||
retention-days: 7
|
||||
- name: "Distribute on Play Store"
|
||||
uses: r0adkll/upload-google-play@v1.1.3
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue