From 30754121fe5487f6784a3d8b4254da7f668fdff4 Mon Sep 17 00:00:00 2001 From: appdevelpo <56633229+appdevelpo@users.noreply.github.com> Date: Thu, 14 Mar 2024 23:49:03 +0800 Subject: [PATCH] fix: release workflow error for window build --- .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 02e18f96..822596df 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -123,7 +123,7 @@ jobs: - uses: actions/checkout@v3 with: ref: main - - uses: subosito/flutter-action@v2 + - uses: subosito/flutter-action@v2.12.0 with: flutter-version: 3.16.8 channel: stable