From 43458e9b67d39cc73893c75e53f152e45b7943da Mon Sep 17 00:00:00 2001 From: Jaex Date: Sat, 13 May 2023 20:53:00 +0300 Subject: [PATCH] Revert "Update build.yml" This reverts commit e7f600acaf2341319df84a8b2ef1f4d138feabe0. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1950935e8..dfbb1edb4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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-