Skip to content

Commit

Permalink
fix: CD flutter version
Browse files Browse the repository at this point in the history
  • Loading branch information
abc873693 committed Oct 9, 2023
1 parent 4ef7d6d commit b59f26b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Setup Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: '3.0.x'
flutter-version: '3.10.x'
channel: 'stable'
- name: Install Flutter dependencies
run: flutter pub get
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Run Flutter tasks
uses: subosito/flutter-action@v2
with:
flutter-version: '3.0.x'
flutter-version: '3.10.x'
channel: 'stable'
- run: flutter pub get
- run: flutter build ios --release --no-codesign
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
# - uses: actions/checkout@v2
# - uses: subosito/flutter-action@v2
# with:
# flutter-version: '3.0.x'
# flutter-version: '3.10.x'
# channel: 'stable'
# - name: Enable Web
# run: flutter config --enable-web
Expand All @@ -124,7 +124,7 @@ jobs:
- name: Run Flutter tasks
uses: subosito/flutter-action@v2
with:
flutter-version: '3.0.x'
flutter-version: '3.10.x'
channel: 'stable'
- name: Enable windows
run: flutter config --enable-windows-desktop
Expand Down

0 comments on commit b59f26b

Please sign in to comment.