We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c9aa10 commit 1bf7f10Copy full SHA for 1bf7f10
.github/workflows/deploy_playground_netlify.yml
@@ -45,7 +45,7 @@ jobs:
45
- name: "EXAMPLE-5 START BUILD - Flutter clean before build"
46
run: flutter clean && cd example && flutter clean
47
- name: "EXAMPLE-5 WEB release build"
48
- 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
49
- name: Deploy to Netlify
50
uses: nwtgck/[email protected]
51
with:
0 commit comments