feat: Update Flutter version file path in mobile CI workflow
This commit is contained in:
4
.github/workflows/mobile-ci.yml
vendored
4
.github/workflows/mobile-ci.yml
vendored
@@ -74,7 +74,7 @@ jobs:
|
|||||||
- name: 🦋 Set up Flutter
|
- name: 🦋 Set up Flutter
|
||||||
uses: subosito/flutter-action@v2
|
uses: subosito/flutter-action@v2
|
||||||
with:
|
with:
|
||||||
flutter-version-file: pubspec.yaml
|
flutter-version-file: 'apps/mobile/pubspec.yaml'
|
||||||
channel: 'stable'
|
channel: 'stable'
|
||||||
cache: true
|
cache: true
|
||||||
|
|
||||||
@@ -120,7 +120,7 @@ jobs:
|
|||||||
- name: 🦋 Set up Flutter
|
- name: 🦋 Set up Flutter
|
||||||
uses: subosito/flutter-action@v2
|
uses: subosito/flutter-action@v2
|
||||||
with:
|
with:
|
||||||
flutter-version: '3.19.x'
|
flutter-version-file: 'apps/mobile/pubspec.yaml'
|
||||||
channel: 'stable'
|
channel: 'stable'
|
||||||
cache: true
|
cache: true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user