Skip to content

Commit

Permalink
Update flutter version
Browse files Browse the repository at this point in the history
  • Loading branch information
dhzdhd committed Mar 17, 2023
1 parent 062bc4f commit a3d0783
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup flutter
uses: subosito/flutter-action@v2
with:
flutter-version: '3.3.10'
flutter-version: '3.7.5'
channel: 'stable'

- name: Build Linux
Expand All @@ -47,7 +47,7 @@ jobs:
- name: Setup flutter
uses: subosito/flutter-action@v2
with:
flutter-version: '3.3.10'
flutter-version: '3.7.5'
channel: 'stable'

- name: Build Android apps
Expand All @@ -74,7 +74,7 @@ jobs:
- name: Setup flutter
uses: subosito/flutter-action@v2
with:
flutter-version: '3.3.10'
flutter-version: '3.7.5'
channel: 'stable'

- name: Build Windows
Expand All @@ -100,7 +100,7 @@ jobs:
# - name: Setup flutter
# uses: subosito/flutter-action@v2
# with:
# flutter-version: '3.3.10'
# flutter-version: '3.7.5'
# channel: 'stable'

# - name: Build MacOS
Expand Down

0 comments on commit a3d0783

Please sign in to comment.