File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 22
22
- uses : subosito/flutter-action@v1
23
23
with :
24
24
channel : ' beta' # 'dev', 'alpha', default to: 'stable'
25
- # flutter-version: '1.12 .x' # you can also specify exact version of flutter
25
+ flutter-version : ' 3.7 .x' # you can also specify exact version of flutter
26
26
27
27
# Get flutter dependencies.
28
28
- run : flutter pub get
@@ -34,13 +34,13 @@ jobs:
34
34
- run : flutter analyze .
35
35
36
36
# Run widget tests for our flutter project.
37
- - run : flutter test
37
+ # - run: flutter test
38
38
39
39
# Build apk suited for scouting tablets.
40
- - run : flutter build appbundle --target-platform android-arm
40
+ # - run: flutter build appbundle --target-platform android-arm
41
41
42
42
# Upload generated apk to artifacts for the current action.
43
- - uses : actions/upload-artifact@v1
44
- with :
45
- name : release-apk
46
- path : build/app/outputs/apk/release/app-release.apk
43
+ # - uses: actions/upload-artifact@v1
44
+ # with:
45
+ # name: release-apk
46
+ # path: build/app/outputs/apk/release/app-release.apk
You can’t perform that action at this time.
0 commit comments