Skip to content

Commit 143b733

Browse files
committed
FIX: --no-strip-wasm typo in Action
1 parent 1d7e113 commit 143b733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy_playground_netlify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: "Themes playground START BUILD - Flutter clean before build"
4646
run: flutter clean && cd example && flutter clean
4747
- 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
48+
run: cd example && flutter build web --wasm --release --no-strip-wasm -t lib/example5_themes_playground/main.dart
4949
- name: Deploy to Netlify
5050
uses: nwtgck/[email protected]
5151
with:

0 commit comments

Comments
 (0)