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