Skip to content

Commit

Permalink
chore: Improve CI:CD
Browse files Browse the repository at this point in the history
  • Loading branch information
Myzel394 committed Jan 10, 2024
1 parent 5271756 commit 5964966
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/release-app-github.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,12 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
with:
files: app/build/outputs/apk/release/*.(apk|aab)
files: app/build/outputs/apk/release/*.apk

- name: Upload APKs bundles 🚀
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
with:
files: app/build/outputs/bundle/release/*.aab

0 comments on commit 5964966

Please sign in to comment.