diff --git a/examples.md b/examples.md index 9bd6878..277c6f3 100644 --- a/examples.md +++ b/examples.md @@ -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-