Revert "Update build.yml"

This reverts commit e7f600acaf.
This commit is contained in:
Jaex 2023-05-13 20:53:00 +03:00
parent e7f600acaf
commit 43458e9b67

View file

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