From 3426d8ebdc18b4e9741f826017e542734512c1a4 Mon Sep 17 00:00:00 2001 From: Rafi <65438157+rafi1212122@users.noreply.github.com> Date: Fri, 26 May 2023 14:46:35 +0700 Subject: [PATCH] Update dotnet.yml --- .github/workflows/dotnet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 876bf75..ffadf92 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -23,7 +23,7 @@ jobs: - name: Download Resources run: curl -o Resources.zip ***REMOVED*** - name: Unzip Resources - run: unzip Resources.zip -d Common + run: unzip Resources.zip -d Common -n - name: Restore dependencies run: dotnet restore - name: Build