Skip to content

Commit

Permalink
fixes actions/cache#244
Browse files Browse the repository at this point in the history
  • Loading branch information
gaerfield authored and GitHub committed Jul 1, 2020
1 parent eed9cfe commit 591646a
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 @@ -135,7 +135,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 591646a

Please sign in to comment.