diff --git a/.github/workflows/linux-web.yaml b/.github/workflows/linux-web.yaml index ca09c6e..d2302f1 100644 --- a/.github/workflows/linux-web.yaml +++ b/.github/workflows/linux-web.yaml @@ -37,7 +37,7 @@ jobs: run: flutter build linux - name: Build for Android - run: flutter build appbundle + run: flutter build appbundle --debug - name: Build for web run: flutter build web --no-web-resources-cdn --csp --web-renderer canvaskit