Skip to content

Commit

Permalink
Merge pull request #358 from gaerfield/patch-1
Browse files Browse the repository at this point in the history
fixes actions/cache#244
  • Loading branch information
Aiqiao Yan authored and GitHub committed Jul 16, 2020
2 parents 66891cb + 591646a commit 4978dc4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,9 @@ We cache the elements of the Cabal store separately, as the entirety of `~/.caba
```yaml
- uses: actions/cache@v2
with:
path: ~/.gradle/caches
path: |
~/.gradle/caches
~/.gradle/wrapper
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*') }}
restore-keys: |
${{ runner.os }}-gradle-
Expand Down

0 comments on commit 4978dc4

Please sign in to comment.