From a4cf2e901826664b71eae954ba2ca9ea8b30b6a9 Mon Sep 17 00:00:00 2001 From: narumi Date: Thu, 15 Aug 2024 00:45:12 +0800 Subject: [PATCH] Fix web render to use auto --- .github/workflows/deploy-web.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-web.yml b/.github/workflows/deploy-web.yml index 83ab96e76..6abb042f4 100644 --- a/.github/workflows/deploy-web.yml +++ b/.github/workflows/deploy-web.yml @@ -36,7 +36,7 @@ jobs: - name: Build with default auto web-renderer run: | dart ./scripts/gen_git_info.dart - flutter build web --release -v --source-maps + flutter build web --release --web-renderer auto -v --source-maps dart ./scripts/patch_web_build.dart - name: Publish to app repo ${{ steps.extract-branch-name.outputs.BRANCH_NAME }} branch