Skip to content

Commit 2652977

Browse files
committed
Fix file pattern for hashFiles
1 parent 55e38ab commit 2652977

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
id: nuget-cache
6262
with:
6363
path: ~/.nuget
64-
key: ${{ runner.os }}-nuget-${{ hashFiles('**/ImageSharp*.csproj', '**/*.props', '**/*.targets') }}
64+
key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj', '**/*.props', '**/*.targets') }}
6565
restore-keys: ${{ runner.os }}-nuget-
6666

6767
- name: Build

0 commit comments

Comments
 (0)