From c68e08e18f04df8af7f536a333ecba48d5636542 Mon Sep 17 00:00:00 2001 From: Rafi <65438157+rafi1212122@users.noreply.github.com> Date: Fri, 26 May 2023 14:59:06 +0700 Subject: [PATCH] pls just work --- .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 38c1f41..5055b37 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 -x .gitkeep + run: unzip -n Resources.zip -d Common - name: Restore dependencies run: dotnet restore - name: Build