From afc9f6a848d5f3c56e5db0abedf4927e83b68204 Mon Sep 17 00:00:00 2001 From: meysamhadeli Date: Tue, 24 Jan 2023 21:28:36 +0330 Subject: [PATCH] . --- .github/workflows/dotnet.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index efda479..9d6567a 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -28,8 +28,8 @@ jobs: - name: Cache NuGet Packages uses: actions/cache@v3 with: - key: ${{ runner.os }}-dotnet-nuget - path: ~/.nuget/packages + key: ${{ runner.os }}-dotnet-nuget + path: ~/.nuget/packages - name: Restore dependencies run: dotnet restore