Update build version
This commit is contained in:
parent
27ca6fa639
commit
2de16392a6
|
|
@ -16,8 +16,8 @@ jobs:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- uses: subosito/flutter-action@v1
|
- uses: subosito/flutter-action@v1
|
||||||
with:
|
with:
|
||||||
channel: 'dev' # TODO change to beta/stable
|
#channel: 'dev' # TODO change to beta/stable
|
||||||
#flutter-version: '1.15.17'
|
flutter-version: '1.19.0-5.0.pre'
|
||||||
- run: flutter pub get
|
- run: flutter pub get
|
||||||
- run: |
|
- run: |
|
||||||
cp lib/.env.dart.example lib/.env.dart
|
cp lib/.env.dart.example lib/.env.dart
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue