Skip to content

Commit

Permalink
Fix Flutter version in build-flutter-web.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TechAurelian authored Dec 2, 2023
1 parent 23318af commit 97ed6fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-flutter-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: flutter-actions/setup-flutter@v2
with:
channel: stable
version: 3.10.6
version: 3.16.2
- name: Clean
run: flutter clean
- name: Pub Get
Expand All @@ -43,4 +43,4 @@ jobs:
path: './build/web'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v2

0 comments on commit 97ed6fa

Please sign in to comment.