Browse Source

Add cache id for cache step

pull/5/head
Ionite 1 year ago
parent
commit
5a2379dc72
No known key found for this signature in database
  1. 1
      .github/workflows/build.yml

1
.github/workflows/build.yml

@ -23,6 +23,7 @@ jobs:
dotnet-version: '6.0.x'
- name: Cache NuGet packages
id: cache
uses: actions/cache@v1
with:
path: ~/.nuget/packages

Loading…
Cancel
Save