From 993ccb95370136d07d1daf434708dbce2570aa4e Mon Sep 17 00:00:00 2001 From: Hank McCord Date: Wed, 7 Apr 2021 22:10:42 -0400 Subject: [PATCH] Do not double zip CI artifact --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index be52e86..46c81bd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,11 +25,9 @@ jobs: run: dotnet build --no-restore - name: Publish run: dotnet publish -r win-x64 -o publish -p:PublishSingleFile=true -p:SelfContained=true ReadySetTarkov\ReadySetTarkov.csproj - - name: Zip - run: Compress-Archive ".\publish\*" -DestinationPath ".\ReadySetTarkov.zip" -CompressionLevel Optimal - name: 'Upload Artifact' uses: actions/upload-artifact@v2 with: name: ReadySetTarkov - path: ReadySetTarkov.zip + path: publish/*