From 1aaeb0abb135404245cdccf6cc6a88c218024335 Mon Sep 17 00:00:00 2001 From: Tom Arra Date: Fri, 29 Apr 2022 16:32:02 -0500 Subject: [PATCH] add in release flag --- .github/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 62790cb5..f1dcc4f4 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -15,7 +15,7 @@ jobs: with: channel: stable - run: flutter packages get - - run: flutter build web -t lib/main_development.dart --web-renderer canvaskit + - run: flutter build web --target lib/main_development.dart --web-renderer canvaskit --release - uses: FirebaseExtended/action-hosting-deploy@v0 with: repoToken: "${{ secrets.GITHUB_TOKEN }}"