Skip to content

Commit 7582508

Browse files
authored
Update main.yml
1 parent d1888c6 commit 7582508

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v3
1616
- uses: subosito/flutter-action@v2
1717
with:
18-
flutter-version: "3.16.5"
18+
flutter-version: "3.29.0"
1919
channel: 'stable'
2020
cache: true
2121

@@ -31,7 +31,7 @@ jobs:
3131
flutter pub get
3232
3333
# Build project
34-
flutter build web --release --web-renderer=canvaskit --base-href="/graphify/"
34+
flutter build web --release --wasm --base-href="/graphify/"
3535
3636
- name: Deploy to Github Pages
3737
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)