Skip to content

Commit

Permalink
feat: Export AAB artifact in build-android-prod CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Ldoppea committed Nov 3, 2023
1 parent c331bc8 commit ff3b66c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-android-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,13 @@ jobs:
keyStorePassword: ${{ secrets[format('{0}_ANDROID_KEY_STORE_PASSWORD', inputs.brand)] }}
keyPassword: ${{ secrets[format('{0}_ANDROID_KEY_PASSWORD', inputs.brand)] }}

- name: Upload AAB artifact to GitHub
uses: actions/upload-artifact@v3
with:
name: Signed Android AAB ${{ inputs.brand }}
path: |
android/app/build/outputs/bundle/prodRelease/*.aab
- name: Upload App to Google Play
uses: r0adkll/upload-google-play@v1
with:
Expand Down

0 comments on commit ff3b66c

Please sign in to comment.