Skip to content

Commit 318a486

Browse files
committed
Fix flutter version in action
1 parent df33cd3 commit 318a486

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build-release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- name: Setup flutter
2121
uses: subosito/flutter-action@v2
2222
with:
23+
flutter-version: '3.3.10'
2324
channel: 'stable'
2425

2526
- name: Build Linux
@@ -46,6 +47,7 @@ jobs:
4647
- name: Setup flutter
4748
uses: subosito/flutter-action@v2
4849
with:
50+
flutter-version: '3.3.10'
4951
channel: 'stable'
5052

5153
- name: Build Android apps
@@ -72,6 +74,7 @@ jobs:
7274
- name: Setup flutter
7375
uses: subosito/flutter-action@v2
7476
with:
77+
flutter-version: '3.3.10'
7578
channel: 'stable'
7679

7780
- name: Build Windows
@@ -97,6 +100,7 @@ jobs:
97100
# - name: Setup flutter
98101
# uses: subosito/flutter-action@v2
99102
# with:
103+
# flutter-version: '3.3.10'
100104
# channel: 'stable'
101105

102106
# - name: Build MacOS

0 commit comments

Comments
 (0)