From 921209b9016353498e9ab1d35bbf99a3f0ea5f7b Mon Sep 17 00:00:00 2001 From: lollipopkit <10864310+lollipopkit@users.noreply.github.com> Date: Wed, 12 Jun 2024 19:51:04 +0800 Subject: [PATCH] chore: specify flutter version (#381) --- .github/workflows/release.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e7476cbf..81e9b290 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,6 +19,9 @@ jobs: fetch-depth: '0' - name: Install Flutter uses: subosito/flutter-action@v2 + with: + channel: 'stable' + flutter-version: '3.22.2' - uses: actions/setup-java@v4 with: distribution: 'zulu' @@ -68,6 +71,9 @@ jobs: # uses: actions/checkout@v4 # - name: Install Flutter # uses: subosito/flutter-action@v2 + # with: + # channel: 'stable' + # flutter-version: '3.22.2' # - name: Build # run: dart run fl_build -p ios,mac # - name: Create Release