From e05645c46e68e481a172f1b4b83b3e046aeb72ca Mon Sep 17 00:00:00 2001 From: Kingkor Roy Tirtho Date: Fri, 24 Jan 2025 12:43:44 +0600 Subject: [PATCH] cd: enable caching for Flutter SDK in release workflow --- .github/workflows/spotube-release-binary.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/spotube-release-binary.yml b/.github/workflows/spotube-release-binary.yml index f146ae9a..7b9ffe72 100644 --- a/.github/workflows/spotube-release-binary.yml +++ b/.github/workflows/spotube-release-binary.yml @@ -74,7 +74,7 @@ jobs: with: flutter-version: ${{ env.FLUTTER_VERSION }} channel: ${{ env.FLUTTER_CHANNEL }} - cache: false + cache: true git-source: https://github.com/flutter/flutter.git - name: Setup Java @@ -117,7 +117,7 @@ jobs: - uses: actions/upload-artifact@v4 with: if-no-files-found: error - name: ${{matrix.platform}} + name: ${{matrix.platform}}-${{matrix.arch}} path: ${{matrix.files}} - name: Debug With SSH When fails