From 8a78ca30a02f097882b722d29fd3a21925098a44 Mon Sep 17 00:00:00 2001 From: nelsonic Date: Fri, 24 Feb 2023 14:21:57 +0000 Subject: [PATCH] update flutter build command to: "flutter build web --release --web-renderer html" see: https://github.com/dwyl/app/issues/315#issuecomment-1443747737 --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6bd9265e..a2bf8a70 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,7 +57,8 @@ jobs: channel: 'stable' - name: Create release build - run: flutter build web + # github.com/dwyl/app/issues/315#issuecomment-1443747737 + run: flutter build web --release --web-renderer html - uses: superfly/flyctl-actions@1.1 with: