Update build.yml

This commit is contained in:
Jaex 2023-05-13 20:45:48 +03:00
parent d114a37f4f
commit e7f600acaf

View file

@ -70,7 +70,7 @@ jobs:
- name: Cache NuGet packages
uses: actions/cache@v3
with:
path: ~/.nuget/packages
path: ${{ github.workspace }}/.nuget/packages
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
restore-keys: |
${{ runner.os }}-nuget-