From 5a01760049b6355c8d9a6c4ff5cf197f806a84d1 Mon Sep 17 00:00:00 2001 From: Levi Lesches Date: Tue, 21 Jan 2025 03:52:47 -0500 Subject: [PATCH] Publishing CI uses stable Flutter --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d308a2c14..2bc191258 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -63,9 +63,9 @@ jobs: - name: Install Flutter uses: subosito/flutter-action@v2 with: - flutter-version: 3.24.3 cache: true cache-key: "flutter-windows" # we don't need *the* most recent build + channel: stable - name: Flutter Doctor run: flutter doctor