From 318a48621f734034e1b149b7dd99ea9c40b41c01 Mon Sep 17 00:00:00 2001 From: dhzdhd Date: Sat, 25 Feb 2023 20:52:51 +0530 Subject: [PATCH] Fix flutter version in action --- .github/workflows/build-release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index ae7c30e..e358ccb 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -20,6 +20,7 @@ jobs: - name: Setup flutter uses: subosito/flutter-action@v2 with: + flutter-version: '3.3.10' channel: 'stable' - name: Build Linux @@ -46,6 +47,7 @@ jobs: - name: Setup flutter uses: subosito/flutter-action@v2 with: + flutter-version: '3.3.10' channel: 'stable' - name: Build Android apps @@ -72,6 +74,7 @@ jobs: - name: Setup flutter uses: subosito/flutter-action@v2 with: + flutter-version: '3.3.10' channel: 'stable' - name: Build Windows @@ -97,6 +100,7 @@ jobs: # - name: Setup flutter # uses: subosito/flutter-action@v2 # with: + # flutter-version: '3.3.10' # channel: 'stable' # - name: Build MacOS