mirror of
https://github.com/actions/cache.git
synced 2025-04-23 14:30:49 +00:00
Add trailing dash to Maven fallback key
This commit is contained in:
parent
6be35d19ef
commit
9f51a595c5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue