From bf10e7a9aef71d2839221e56b0b5916f1e1878d5 Mon Sep 17 00:00:00 2001 From: Alessandro Liparoti Date: Sun, 5 Nov 2023 16:04:29 +0100 Subject: [PATCH] remove parameter from web build --- .github/workflows/web-build-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/web-build-and-deploy.yml b/.github/workflows/web-build-and-deploy.yml index 1391300..641d76a 100644 --- a/.github/workflows/web-build-and-deploy.yml +++ b/.github/workflows/web-build-and-deploy.yml @@ -18,7 +18,7 @@ jobs: uses: subosito/flutter-action@v2 with: flutter-version: '3.13.9' - - run: flutter build web -t lib/screens/Launch.dart --release --no-sound-null-safety --web-renderer=canvaskit + - run: flutter build web -t lib/screens/Launch.dart --release --web-renderer=canvaskit - name: Deploy to Firebase uses: w9jds/firebase-action@master with: