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 1d7e113 commit 143b733Copy full SHA for 143b733
.github/workflows/deploy_playground_netlify.yml
@@ -45,7 +45,7 @@ jobs:
45
- name: "Themes playground START BUILD - Flutter clean before build"
46
run: flutter clean && cd example && flutter clean
47
- name: "Themes playground WEB WASM-GC release build"
48
- run: cd example && flutter build web --wasm --release -no-strip-wasm -t lib/example5_themes_playground/main.dart
+ run: cd example && flutter build web --wasm --release --no-strip-wasm -t lib/example5_themes_playground/main.dart
49
- name: Deploy to Netlify
50
uses: nwtgck/[email protected]
51
with:
0 commit comments