mirror of
https://code.forgejo.org/actions/cache.git
synced 2024-11-06 06:25:49 -05:00
Add trailing dash to Maven fallback key (#19)
This commit is contained in:
parent
c401b561b2
commit
287ee0671b
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ Using [NuGet lock files](https://docs.microsoft.com/nuget/consume-packages/packa
|
||||||
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…
Reference in a new issue