From 780f5dee2e01316e127047e8d277e6d6820c2845 Mon Sep 17 00:00:00 2001 From: Kingkor Roy Tirtho Date: Sat, 4 Jan 2025 20:34:42 +0600 Subject: [PATCH] cd: upgrade flutter version to 3.28.0-0.1.pre --- .github/workflows/spotube-release-binary.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/spotube-release-binary.yml b/.github/workflows/spotube-release-binary.yml index 6a1c713f..eb251d2a 100644 --- a/.github/workflows/spotube-release-binary.yml +++ b/.github/workflows/spotube-release-binary.yml @@ -20,7 +20,8 @@ on: description: Dry run without uploading to release env: - FLUTTER_VERSION: 3.27.0 + FLUTTER_VERSION: 3.28.0-0.1.pre + FLUTTER_CHANNEL: beta permissions: contents: write @@ -68,6 +69,7 @@ jobs: cache: true cache-key: ${{ runner.os }}-flutter-${{ hashFiles('**/pubspec.yaml') }} flutter-version: ${{ env.FLUTTER_VERSION }} + channel: ${{ env.FLUTTER_CHANNEL }} - name: Setup Java if: ${{matrix.platform == 'android'}} uses: actions/setup-java@v4