feat: Update Flutter version file path in mobile CI workflow

This commit is contained in:
Achintha Isuru
2026-02-19 16:47:25 -05:00
parent b8772b301e
commit 410e5b5cd1

View File

@@ -74,7 +74,7 @@ jobs:
- name: 🦋 Set up Flutter
uses: subosito/flutter-action@v2
with:
flutter-version-file: pubspec.yaml
flutter-version-file: 'apps/mobile/pubspec.yaml'
channel: 'stable'
cache: true
@@ -120,7 +120,7 @@ jobs:
- name: 🦋 Set up Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: '3.19.x'
flutter-version-file: 'apps/mobile/pubspec.yaml'
channel: 'stable'
cache: true