mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 07:55:18 +00:00
cd: enable caching for Flutter SDK in release workflow
This commit is contained in:
parent
ee95b3b26a
commit
e05645c46e
4
.github/workflows/spotube-release-binary.yml
vendored
4
.github/workflows/spotube-release-binary.yml
vendored
@ -74,7 +74,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
flutter-version: ${{ env.FLUTTER_VERSION }}
|
flutter-version: ${{ env.FLUTTER_VERSION }}
|
||||||
channel: ${{ env.FLUTTER_CHANNEL }}
|
channel: ${{ env.FLUTTER_CHANNEL }}
|
||||||
cache: false
|
cache: true
|
||||||
git-source: https://github.com/flutter/flutter.git
|
git-source: https://github.com/flutter/flutter.git
|
||||||
|
|
||||||
- name: Setup Java
|
- name: Setup Java
|
||||||
@ -117,7 +117,7 @@ jobs:
|
|||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
name: ${{matrix.platform}}
|
name: ${{matrix.platform}}-${{matrix.arch}}
|
||||||
path: ${{matrix.files}}
|
path: ${{matrix.files}}
|
||||||
|
|
||||||
- name: Debug With SSH When fails
|
- name: Debug With SSH When fails
|
||||||
|
Loading…
Reference in New Issue
Block a user