From 1bd953a902f7e299ccf7ed0065202a364923f7d2 Mon Sep 17 00:00:00 2001 From: Abdullah Alassaf Date: Tue, 3 Sep 2024 15:14:47 +0300 Subject: [PATCH] Updated main github workflow --- .../azure-static-web-apps-agreeable-wave-096d61a10.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/azure-static-web-apps-agreeable-wave-096d61a10.yml b/.github/workflows/azure-static-web-apps-agreeable-wave-096d61a10.yml index 86bf0c5d..9a1c1713 100644 --- a/.github/workflows/azure-static-web-apps-agreeable-wave-096d61a10.yml +++ b/.github/workflows/azure-static-web-apps-agreeable-wave-096d61a10.yml @@ -31,7 +31,7 @@ jobs: run: flutter pub get - name: Build Flutter Web App - run: flutter build web + run: flutter build web --release --dart-define=FLAVOR=production - name: Build And Deploy id: builddeploy