Skip to content

Commit

Permalink
ci: upload apk to latest release after uploading to playstore (WPB-86…
Browse files Browse the repository at this point in the history
…45) 🍒 (#3206)

Co-authored-by: Yamil Medina <[email protected]>
  • Loading branch information
github-actions[bot] and yamilmedina authored Jul 19, 2024
1 parent a99467b commit 3ec0053
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/build-prod-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "Prod build"

on:
release:
types: [created]
types: [ created ]

concurrency:
group: ${{ github.workflow }}-${{ github.event.release.tag_name }}
Expand Down Expand Up @@ -117,3 +117,7 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
build-flavour: prod
build-variant: compatrelease
- name: Attach APK to release
uses: softprops/[email protected]
with:
files: app/build/outputs/apk/prodCompatRelease/*.apk
2 changes: 1 addition & 1 deletion .github/workflows/generate-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
npx [email protected] -t "$PREVIOUS_TAG...$CURRENT_TAG"
- name: 'Attach changelog to tag'
uses: softprops/action-gh-release@v2
uses: softprops/action-gh-release@v2.0.7
env:
GITHUB_TOKEN: ${{github.token}}
with:
Expand Down

0 comments on commit 3ec0053

Please sign in to comment.