mirror of
https://code.forgejo.org/actions/cache.git
synced 2024-11-05 10:12:55 +01:00
Merge pull request #507 from odin-delrio/patch-1
Improved gradle cache key calculation example
This commit is contained in:
commit
3303695afa
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ We cache the elements of the Cabal store separately, as the entirety of `~/.caba
|
|||
path: |
|
||||
~/.gradle/caches
|
||||
~/.gradle/wrapper
|
||||
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*') }}
|
||||
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-gradle-
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue