Skip to content

Commit

Permalink
Add trailing dash to Maven fallback key (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zach Renner authored and Josh Gross committed Oct 31, 2019
1 parent c401b56 commit 287ee06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Using [NuGet lock files](https://docs.microsoft.com/nuget/consume-packages/packa
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-maven
${{ runner.os }}-maven-
```
## Swift, Objective-C - Carthage
Expand Down

0 comments on commit 287ee06

Please sign in to comment.