fix(cicd): args as string
All checks were successful
/ mirror (push) Successful in 8s

This commit is contained in:
ange 2025-02-20 14:14:44 +00:00
parent b03a6eecc4
commit 314e3be36a
Signed by: ange
GPG Key ID: 9E0C4157BB7BEB1D

View File

@ -24,10 +24,7 @@ jobs:
subpath: dialer/
- uses: icing/flutter@main
with:
args:
- build
- apk
- --dart-define=STEALTH=true
args: "build apk --dart-define=STEALTH=true"
- uses: actions/upload-artifact@v1
with:
name: icing-dialer-stealth-${{ gitea.ref_name }}-${{ gitea.run_id }}.apk