Skip to content

Commit

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

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

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

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

# - name: Build MacOS
Expand Down

0 comments on commit 318a486

Please sign in to comment.