chore: Improve CI:CD

This commit is contained in:
Myzel394 2024-01-10 21:44:52 +01:00
parent 52717562b3
commit 5964966a8f
No known key found for this signature in database
GPG Key ID: 79CC92F37B3E1A2B

View File

@ -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