From c46148f2709a5b1689a9714ce62cda75dd20aa24 Mon Sep 17 00:00:00 2001 From: niuhuan Date: Mon, 10 Jul 2023 08:42:26 +0800 Subject: [PATCH] :green_heart: Update ci scripts --- .github/workflows/Release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index 71043d0..cf124fe 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -159,7 +159,7 @@ jobs: if: steps.check_asset.outputs.skip_build != 'true' uses: subosito/flutter-action@v2 with: - flutter-version: ${{ env.flutter_version }} + flutter-version: ${{ env.FLUTTER_VERSION }} architecture: x64 - name: Check core