We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df33cd3 commit 318a486Copy full SHA for 318a486
1 file changed
.github/workflows/build-release.yml
@@ -20,6 +20,7 @@ jobs:
20
- name: Setup flutter
21
uses: subosito/flutter-action@v2
22
with:
23
+ flutter-version: '3.3.10'
24
channel: 'stable'
25
26
- name: Build Linux
@@ -46,6 +47,7 @@ jobs:
46
47
48
49
50
51
52
53
- name: Build Android apps
@@ -72,6 +74,7 @@ jobs:
72
74
73
75
76
77
78
79
80
- name: Build Windows
@@ -97,6 +100,7 @@ jobs:
97
100
# - name: Setup flutter
98
101
# uses: subosito/flutter-action@v2
99
102
# with:
103
+ # flutter-version: '3.3.10'
104
# channel: 'stable'
105
106
# - name: Build MacOS
0 commit comments