Skip to content

Commit 46c782b

Browse files
committed
TRY: Netlify build and and deploy WASM
1 parent 05bab5f commit 46c782b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy_playground_netlify.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ jobs:
4747
- name: "Themes playground WEB WASM-GC release build"
4848
run: cd example && flutter build web --wasm --release -t lib/example5_themes_playground/main.dart
4949
- name: Deploy to Netlify
50-
uses: nwtgck/actions-netlify@v2.0
50+
uses: nwtgck/actions-netlify@v3.0
5151
with:
5252
netlify-config-path: './example/netlify.toml'
5353
publish-dir: './example/build/web'
54-
production-branch: main
54+
production-branch: master
5555
production-deploy: true
5656
github-token: ${{ secrets.GITHUB_TOKEN }}
5757
deploy-message: "Deploy to Netlify from GitHub Actions"

0 commit comments

Comments
 (0)