فهرست منبع

Upgrade github release workflow to use flutter 3.3.0

Neeraj Gupta 2 سال پیش
والد
کامیت
8018d2e77c
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      .github/workflows/release.yml

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

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