CI/CD build apk #5

Merged
stcb merged 15 commits from apkbuild into dev 2025-02-17 09:29:24 +00:00
Showing only changes of commit 47173e1a8d - Show all commits

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