From 5c9a35c4f002c285b1942c1c2a5608177a198d5b Mon Sep 17 00:00:00 2001 From: Imran Remtulla Date: Thu, 12 Dec 2024 04:01:59 -0500 Subject: [PATCH] Hardcode Flutter version in GitHub action for now (until new Flutter works) --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 022f8c1..2692a13 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,6 +15,9 @@ jobs: - uses: actions/checkout@v3 - uses: subosito/flutter-action@v2 + with: + channel: stable + flutter-version: 3.24.5 - uses: actions/setup-java@v4 with: distribution: 'temurin' # See 'Supported distributions' for available options