mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-12-08 00:17:29 +00:00
cd: add cache key
This commit is contained in:
parent
f5a6ce2354
commit
48817e5ffe
1
.github/workflows/spotube-release-binary.yml
vendored
1
.github/workflows/spotube-release-binary.yml
vendored
@ -66,6 +66,7 @@ jobs:
|
||||
- uses: subosito/flutter-action@v2.12.0
|
||||
with:
|
||||
cache: true
|
||||
cache-key: ${{ runner.os }}-flutter-${{ hashFiles('**/pubspec.yaml') }}
|
||||
flutter-version: ${{ env.FLUTTER_VERSION }}
|
||||
- name: Setup Java
|
||||
if: ${{matrix.platform == 'android'}}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user