Skip to content

Commit

Permalink
FIX: --no-strip-wasm typo in Action
Browse files Browse the repository at this point in the history
  • Loading branch information
rydmike committed Nov 28, 2024
1 parent 1d7e113 commit 143b733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_playground_netlify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: "Themes playground START BUILD - Flutter clean before build"
run: flutter clean && cd example && flutter clean
- name: "Themes playground WEB WASM-GC release build"
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
- name: Deploy to Netlify
uses: nwtgck/actions-netlify@v3.0
with:
Expand Down

1 comment on commit 143b733

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.