mirror of
https://github.com/subosito/flutter-action.git
synced 2024-08-16 10:19:50 +02:00
use flutter-version
This commit is contained in:
parent
ad169ccdaa
commit
9fcb2724bc
1 changed files with 5 additions and 4 deletions
|
@ -12,7 +12,7 @@ steps:
|
||||||
java-version: '12.x'
|
java-version: '12.x'
|
||||||
- uses: subosito/flutter-action@v1
|
- uses: subosito/flutter-action@v1
|
||||||
with:
|
with:
|
||||||
version: '1.7.8+hotfix.4'
|
flutter-version: '1.7.8+hotfix.4'
|
||||||
- run: flutter pub get
|
- run: flutter pub get
|
||||||
- run: flutter test
|
- run: flutter test
|
||||||
- run: flutter build apk
|
- run: flutter build apk
|
||||||
|
@ -44,8 +44,8 @@ steps:
|
||||||
java-version: '12.x'
|
java-version: '12.x'
|
||||||
- uses: subosito/flutter-action@v1
|
- uses: subosito/flutter-action@v1
|
||||||
with:
|
with:
|
||||||
version: '1.7.x'
|
flutter-version: '1.7.x'
|
||||||
channel: 'dev' # optional
|
channel: 'dev'
|
||||||
- run: flutter pub get
|
- run: flutter pub get
|
||||||
- run: flutter test
|
- run: flutter test
|
||||||
- run: flutter build apk
|
- run: flutter build apk
|
||||||
|
@ -68,7 +68,8 @@ jobs:
|
||||||
java-version: '12.x'
|
java-version: '12.x'
|
||||||
- uses: subosito/flutter-action@v1
|
- uses: subosito/flutter-action@v1
|
||||||
with:
|
with:
|
||||||
version: '1.7.8+hotfix.4'
|
flutter-version: '1.8.4'
|
||||||
|
channel: 'beta'
|
||||||
- run: flutter pub get
|
- run: flutter pub get
|
||||||
- run: flutter test
|
- run: flutter test
|
||||||
- run: flutter build apk
|
- run: flutter build apk
|
||||||
|
|
Loading…
Reference in a new issue