Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
subosito committed Jan 6, 2022
1 parent f5fec4d commit f6d2e5d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Expand Up @@ -11,7 +11,7 @@ steps:
with:
distribution: 'zulu'
java-version: '11'
- uses: subosito/flutter-action@v1
- uses: subosito/flutter-action@v2
with:
flutter-version: '2.0.5'
- run: flutter pub get
Expand All @@ -27,7 +27,7 @@ steps:
with:
distribution: 'zulu'
java-version: '11'
- uses: subosito/flutter-action@v1
- uses: subosito/flutter-action@v2
with:
channel: 'stable' # or: 'beta', 'dev' or 'master'
- run: flutter pub get
Expand All @@ -44,7 +44,7 @@ steps:
with:
distribution: 'zulu'
java-version: '11'
- uses: subosito/flutter-action@v1
- uses: subosito/flutter-action@v2
with:
flutter-version: '1.22.x' # or, you can use 1.22
channel: 'dev'
Expand All @@ -61,7 +61,7 @@ steps:
with:
distribution: 'zulu'
java-version: '11'
- uses: subosito/flutter-action@v1
- uses: subosito/flutter-action@v2
with:
flutter-version: '2.x'
channel: 'any'
Expand All @@ -78,7 +78,7 @@ steps:
with:
distribution: 'zulu'
java-version: '11'
- uses: subosito/flutter-action@v1
- uses: subosito/flutter-action@v2
with:
flutter-version: '2.0.5'
- run: flutter pub get
Expand All @@ -99,7 +99,7 @@ jobs:
with:
distribution: 'zulu'
java-version: '11'
- uses: subosito/flutter-action@v1
- uses: subosito/flutter-action@v2
with:
flutter-version: '2.0.5'
- run: flutter pub get
Expand All @@ -113,7 +113,7 @@ Build for the web:
```yaml
steps:
- uses: actions/checkout@v2
- uses: subosito/flutter-action@v1
- uses: subosito/flutter-action@v2
with:
flutter-version: '2.0.5'
- run: flutter pub get
Expand All @@ -128,7 +128,7 @@ Build for Windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- uses: subosito/flutter-action@v1
- uses: subosito/flutter-action@v2
with:
channel: beta
- run: flutter config --enable-windows-desktop
Expand All @@ -151,7 +151,7 @@ jobs:
with:
distribution: 'zulu'
java-version: '11'
- uses: subosito/flutter-action@v1
- uses: subosito/flutter-action@v2
with:
flutter-version: '1.20.2'
channel: 'beta'
Expand Down

0 comments on commit f6d2e5d

Please sign in to comment.