Skip to content

Commit

Permalink
Fix file pattern for hashFiles
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexNDRmac committed Nov 24, 2020
1 parent a0bf4e3 commit 41ed93c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
id: nuget-cache
with:
path: ~/.nuget
key: ${{ runner.os }}-nuget-${{ hashFiles('**/ImageSharp*.csproj', '**/*.props', '**/*.targets') }}
key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj', '**/*.props', '**/*.targets') }}
restore-keys: ${{ runner.os }}-nuget-

- name: Build
Expand Down

0 comments on commit 41ed93c

Please sign in to comment.