From 105c4ece62de54a0e5ef087288be8e08a7d12272 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?George=20Kazami=20=5B=E4=B9=94=E6=B2=BB=C2=B7=E9=A2=A8?= =?UTF-8?q?=E8=A6=8B=5D?= Date: Wed, 15 Feb 2023 13:42:17 +0000 Subject: [PATCH] Update app-prebuild.yml --- .github/workflows/app-prebuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/app-prebuild.yml b/.github/workflows/app-prebuild.yml index 90df468..4c03423 100644 --- a/.github/workflows/app-prebuild.yml +++ b/.github/workflows/app-prebuild.yml @@ -46,6 +46,6 @@ jobs: touch key.properties && echo $KEY_PROPERTIES > key.properties - run: flutter pub get # - run: flutter test - - run: flutter build apk + - run: flutter build apk --debug - run: ls -la - run: tree .