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