From 410e5b5cd16f4014548e59a4893fe2ce89152369 Mon Sep 17 00:00:00 2001 From: Achintha Isuru Date: Thu, 19 Feb 2026 16:47:25 -0500 Subject: [PATCH] feat: Update Flutter version file path in mobile CI workflow --- .github/workflows/mobile-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/mobile-ci.yml b/.github/workflows/mobile-ci.yml index 4afa04a4..cacf7844 100644 --- a/.github/workflows/mobile-ci.yml +++ b/.github/workflows/mobile-ci.yml @@ -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