Forráskód Böngészése

Upgrade flutter version for CI release

Neeraj Gupta 1 éve
szülő
commit
1a4a9c98aa
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      .github/workflows/release.yml

+ 1 - 1
.github/workflows/release.yml

@@ -26,7 +26,7 @@ jobs:
       - uses: subosito/flutter-action@v2
       - uses: subosito/flutter-action@v2
         with:
         with:
           channel: 'stable'
           channel: 'stable'
-          flutter-version: '3.7.7'
+          flutter-version: '3.10.6'
 
 
       # Fetch sub modules
       # Fetch sub modules
       - run: git submodule update --init --recursive
       - run: git submodule update --init --recursive