Skip to content

Commit

Permalink
Also upload AAB if play store deployment fails
Browse files Browse the repository at this point in the history
  • Loading branch information
reconman authored Aug 11, 2024
1 parent deab95e commit 0d27085
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,14 @@ jobs:
with:
name: bundle
path: app/build/outputs/bundle/release/app-release.aab
if: ${{ !cancelled() }}

- name: Upload De-obfuscation mapping file
uses: actions/upload-artifact@v4
with:
name: mapping-release
path: app/build/outputs/mapping/release/mapping.txt
if: ${{ !cancelled() }}

# Release master branch
github_release:
Expand Down

0 comments on commit 0d27085

Please sign in to comment.