diff --git a/.github/workflows/azure-static-web-apps-mango-bush-01e607f10.yml b/.github/workflows/azure-static-web-apps-mango-bush-01e607f10.yml index 892381f3..5f872338 100644 --- a/.github/workflows/azure-static-web-apps-mango-bush-01e607f10.yml +++ b/.github/workflows/azure-static-web-apps-mango-bush-01e607f10.yml @@ -21,13 +21,13 @@ jobs: - name: Set up Flutter uses: subosito/flutter-action@v2 with: - flutter-version: '3.27.3' # Specify the Flutter version you want to use + flutter-version: '3.32.1' # Specify the Flutter version you want to use - name: Install dependencies run: flutter pub get - name: Build Flutter Web App - run: flutter build web --web-renderer canvaskit -t lib/main.dart + run: flutter build web --release -t lib/main.dart - name: Build And Deploy id: builddeploy diff --git a/.github/workflows/azure-static-web-apps-polite-smoke-017c65c10.yml b/.github/workflows/azure-static-web-apps-polite-smoke-017c65c10.yml index 6a91fe27..0721eeec 100644 --- a/.github/workflows/azure-static-web-apps-polite-smoke-017c65c10.yml +++ b/.github/workflows/azure-static-web-apps-polite-smoke-017c65c10.yml @@ -19,13 +19,13 @@ jobs: - name: Set up Flutter uses: subosito/flutter-action@v2 with: - flutter-version: '3.27.3' # Specify the Flutter version you want to use + flutter-version: '3.32.1' # Specify the Flutter version you want to use - name: Install dependencies run: flutter pub get - name: Build Flutter Web App - run: flutter build web --web-renderer canvaskit -t lib/main_dev.dart + run: flutter build web --release -t lib/main_dev.dart - name: Build And Deploy id: builddeploy diff --git a/.github/workflows/pr-check.yml b/.github/workflows/pr-check.yml index 20a629a4..f6ef8c91 100644 --- a/.github/workflows/pr-check.yml +++ b/.github/workflows/pr-check.yml @@ -26,4 +26,4 @@ jobs: run: flutter pub get - name: Run Flutter Build - run: flutter build web --web-renderer canvaskit -t lib/main_dev.dart + run: flutter build web --release -t lib/main_dev.dart