feat: upload-apk

This commit is contained in:
ange 2025-02-01 15:32:58 +00:00
parent 7b26e095e3
commit 47173e1a8d
Signed by: ange
GPG Key ID: 9E0C4157BB7BEB1D

View File

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