Add trailing dash to Maven fallback key

This commit is contained in:
Zach Renner 2019-10-31 10:01:53 -07:00
parent 6be35d19ef
commit 9f51a595c5

View file

@ -61,7 +61,7 @@
path: ~/.m2/repository path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: | restore-keys: |
${{ runner.os }}-maven ${{ runner.os }}-maven-
``` ```
## Swift, Objective-C - Carthage ## Swift, Objective-C - Carthage