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