Skip to content

Commit

Permalink
Try WASM netlify build and publish
Browse files Browse the repository at this point in the history
  • Loading branch information
rydmike committed Nov 16, 2024
1 parent 2c9aa10 commit 1bf7f10
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: "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/actions-netlify@v2.0
with:
Expand Down

0 comments on commit 1bf7f10

Please sign in to comment.