Browse Source

Fix file pattern for hashFiles

js/color-alpha-handling
AlexNDRmac 6 years ago
parent
commit
41ed93cbeb
No known key found for this signature in database GPG Key ID: ECCF738337BCF66F
  1. 2
      .github/workflows/build-and-test.yml

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

@ -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

Loading…
Cancel
Save