We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f42e66e commit 3f56d91Copy full SHA for 3f56d91
.github/workflows/dart.yml
@@ -8,7 +8,7 @@ on: push
8
9
env:
10
flutter_channel: 'stable' # or: 'dev' or 'beta'
11
- flutter_version: '1.17.0'
+ flutter_version: '2.2.2'
12
13
jobs:
14
build:
@@ -39,4 +39,4 @@ jobs:
39
uses: actions/upload-artifact@v1
40
with:
41
name: apk
42
- path: best_flutter_ui_templates/build/app/outputs/apk/release/app-release.apk
+ path: best_flutter_ui_templates/build/app/outputs/apk/release/app-release.apk
0 commit comments