diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 5c89772..8b2d86b 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -30,7 +30,7 @@ jobs: # CI is set to false to prevent treating warnings as errors - name: Build Flutter for Web - run: CI=false flutter build web --web-renderer html --release --no-tree-shake-icons + run: CI=false flutter build web --web-renderer canvaskit --release --no-tree-shake-icons - name: Run Post-Build Script run: |