Skip to content

Commit

Permalink
remove parameter from web build
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlipa91 committed Nov 5, 2023
1 parent 6de420e commit bf10e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/web-build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit bf10e7a

Please sign in to comment.