Skip to content

Commit 80b365b

Browse files
committed
ci: Build with stable channel
1 parent b7f2152 commit 80b365b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
submodules: recursive
2121
- uses: subosito/flutter-action@v2.8.0
2222
with:
23-
channel: "master"
23+
channel: "stable"
2424
# cache: true
2525
# TODO: Signing Android application.
2626
# - name: Create Key Store
@@ -81,7 +81,7 @@ jobs:
8181
submodules: recursive
8282
- uses: subosito/flutter-action@v2.8.0
8383
with:
84-
channel: "master"
84+
channel: "stable"
8585
architecture: x64
8686
# cache: true
8787

@@ -123,7 +123,7 @@ jobs:
123123
submodules: recursive
124124
- uses: subosito/flutter-action@v2.8.0
125125
with:
126-
channel: "master"
126+
channel: "stable"
127127
architecture: x64
128128
# cache: true
129129

@@ -164,7 +164,7 @@ jobs:
164164
submodules: recursive
165165
- uses: subosito/flutter-action@v2.8.0
166166
with:
167-
channel: "master"
167+
channel: "stable"
168168
# cache: true
169169
- run: git config --system core.longpaths true
170170
- run: flutter gen-l10n
@@ -218,7 +218,7 @@ jobs:
218218
- name: Install Flutter
219219
uses: subosito/flutter-action@v2.8.0
220220
with:
221-
channel: "master"
221+
channel: "stable"
222222
# cache: true
223223

224224
- name: Initiate Flutter

0 commit comments

Comments
 (0)