Skip to content

Commit 3f56d91

Browse files
authored
cli fixed
1 parent f42e66e commit 3f56d91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dart.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on: push
88

99
env:
1010
flutter_channel: 'stable' # or: 'dev' or 'beta'
11-
flutter_version: '1.17.0'
11+
flutter_version: '2.2.2'
1212

1313
jobs:
1414
build:
@@ -39,4 +39,4 @@ jobs:
3939
uses: actions/upload-artifact@v1
4040
with:
4141
name: apk
42-
path: best_flutter_ui_templates/build/app/outputs/apk/release/app-release.apk
42+
path: best_flutter_ui_templates/build/app/outputs/apk/release/app-release.apk

0 commit comments

Comments
 (0)