mirror of
https://github.com/Myzel394/Alibi.git
synced 2025-06-18 14:55:26 +02:00
chore: Improve CI:CD
This commit is contained in:
parent
52717562b3
commit
5964966a8f
10
.github/workflows/release-app-github.yaml
vendored
10
.github/workflows/release-app-github.yaml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user