瀏覽代碼

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
         with:
           channel: 'stable'
-          flutter-version: '3.0.0'
+          flutter-version: '3.3.0'
 
       # Fetch sub modules
       - run: git submodule update --init --recursive