Skip to content

Commit

Permalink
bump flutter in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlipa91 committed Nov 5, 2023
1 parent fcad207 commit 6de420e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android-deploy-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Run Flutter tasks
uses: subosito/flutter-action@v1
with:
flutter-version: '3.7.1'
flutter-version: '3.13.9'
- run: flutter clean
- run: flutter pub get
- run: flutter build appbundle -t lib/screens/Launch.dart --release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ios-deploy-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Run Flutter tasks
uses: subosito/flutter-action@v2
with:
flutter-version: '3.7.1'
flutter-version: '3.13.9'
- run: flutter clean
- run: flutter pub get
- run: flutter build ipa --release -t lib/screens/Launch.dart --export-options-plist ios/export.plist
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/web-build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Run Flutter tasks
uses: subosito/flutter-action@v2
with:
flutter-version: '3.7.1'
flutter-version: '3.13.9'
- run: flutter build web -t lib/screens/Launch.dart --release --no-sound-null-safety --web-renderer=canvaskit
- name: Deploy to Firebase
uses: w9jds/firebase-action@master
Expand Down

0 comments on commit 6de420e

Please sign in to comment.