Skip to content

Commit

Permalink
chore: Upload aab files on build
Browse files Browse the repository at this point in the history
  • Loading branch information
AChep committed Apr 25, 2024
1 parent 300990b commit 08e6cfc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,13 @@ jobs:
JAVA_HOME: ${{ steps.setup-java.outputs.path }}
with:
arguments: clean bundleProdRelease assembleProdRelease
- name: 'Upload .aab'
uses: actions/upload-artifact@v4
with:
name: app-android
path: |
app/build/outputs/**/*.aab
retention-days: 7
- name: create release
id: create_release
uses: actions/create-release@v1
Expand Down

0 comments on commit 08e6cfc

Please sign in to comment.