diff --git a/.github/workflows/linux-web.yaml b/.github/workflows/linux-web.yaml index cd6aba8..67481a1 100644 --- a/.github/workflows/linux-web.yaml +++ b/.github/workflows/linux-web.yaml @@ -40,7 +40,7 @@ jobs: run: flutter build appbundle --debug - name: Build for web - run: flutter build web --no-web-resources-cdn --csp --web-renderer canvaskit + run: flutter build web --no-web-resources-cdn --csp - name: Gather linux artifacts uses: actions/upload-artifact@v4