File tree Expand file tree Collapse file tree 1 file changed +0
-32
lines changed Expand file tree Collapse file tree 1 file changed +0
-32
lines changed Original file line number Diff line number Diff line change 5353 with :
5454 name : app
5555 path : example/build/app/outputs/apk/release/app-release.apk
56-
57- build-old-versions :
58- runs-on : ubuntu-latest
59- strategy :
60- matrix :
61- version : [ '2.8.1', '2.10.5' ]
62- defaults :
63- run :
64- working-directory : ./example
65- steps :
66- - uses : actions/checkout@v3
67-
68- - uses : actions/setup-java@v3
69- with :
70- distribution : ' zulu'
71- java-version : ' 11'
72-
73- -
uses :
subosito/[email protected] 74- with :
75- flutter-version : ${{ matrix.version }}
76-
77- - name : Print Dart SDK version
78- run : dart --version
79-
80- - name : Print Flutter SDK version
81- run : flutter --version
82-
83- - name : Install dependencies
84- run : flutter pub get
85-
86- - name : Build APK
87- run : flutter build apk --no-shrink
You can’t perform that action at this time.
0 commit comments