-
-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,7 +45,7 @@ jobs: | |
- name: "EXAMPLE-5 START BUILD - Flutter clean before build" | ||
run: flutter clean && cd example && flutter clean | ||
- name: "EXAMPLE-5 WEB release build" | ||
run: cd example && flutter build web --wasm --web-renderer canvaskit --release -t lib/example5_themes_playground/main.dart | ||
run: cd example && flutter build web --wasm --release -t lib/example5_themes_playground/main.dart | ||
- name: Deploy to Netlify | ||
uses: nwtgck/[email protected] | ||
with: | ||
|