From 9899d9e00d30255a13f49b56c935c5914fc4ba8b Mon Sep 17 00:00:00 2001 From: Rafi <65438157+rafi1212122@users.noreply.github.com> Date: Fri, 26 May 2023 14:55:40 +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 ffadf92..38c1f41 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 -n + run: unzip Resources.zip -d Common -x .gitkeep - name: Restore dependencies run: dotnet restore - name: Build