feat: upload-apk
This commit is contained in:
parent
7b26e095e3
commit
47173e1a8d
@ -13,3 +13,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- run: flutter build apk
|
||||
- uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: icing-dialer-${{ gitea.ref_name }}-${{ gitea.run_id }}.apk
|
||||
path: build/app/outputs/apk/release/app-release.apk
|
||||
|
Loading…
Reference in New Issue
Block a user