Skip to content

Commit

Permalink
updated usage
Browse files Browse the repository at this point in the history
  • Loading branch information
subosito committed Aug 18, 2019
1 parent 828493a commit 0fdcd6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ steps:
java-version: '12.x'
- uses: subosito/flutter-action@v1
with:
flutter-version: '1.7.x'
channel: 'dev'
flutter-version: '1.7.x' # you can use 1.7
channel: 'dev' # optional, default to: 'stable'
- run: flutter pub get
- run: flutter test
- run: flutter build apk
Expand Down

0 comments on commit 0fdcd6e

Please sign in to comment.