chore: Upload .aab before publishing it to the Play Store

This commit is contained in:
Artem Chepurnyi 2024-06-13 09:08:34 +03:00
parent fc45d6079b
commit 04c9b47719
1 changed files with 7 additions and 0 deletions

View File

@ -38,6 +38,13 @@ jobs:
JAVA_HOME: ${{ steps.setup-java.outputs.path }} JAVA_HOME: ${{ steps.setup-java.outputs.path }}
with: with:
arguments: :androidApp:bundlePlayStoreRelease 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" - name: "Distribute on Play Store"
uses: r0adkll/upload-google-play@v1.1.3 uses: r0adkll/upload-google-play@v1.1.3
with: with: