cicd-stealth #40

Merged
stcb merged 4 commits from cicd-stealth into dev 2025-03-04 13:06:08 +00:00
3 changed files with 4 additions and 4 deletions
Showing only changes of commit 1aeb9e4b35 - Show all commits

View File

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

View File

@ -2,7 +2,7 @@
IMG=git.gmoker.com/icing/flutter:main
if [ "$1" == -s ]; then
if [ "$1" == '-s' ]; then
OPT+=(--dart-define=STEALTH=true)
fi

View File

@ -2,7 +2,7 @@
IMG=git.gmoker.com/icing/flutter:main
if [ "$1" == -s ]; then
if [ "$1" == '-s' ]; then
OPT+=(--dart-define=STEALTH=true)
fi