Skip to content

Commit

Permalink
Do not double zip CI artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
hymccord committed Apr 8, 2021
1 parent c9bf50f commit 993ccb9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/*

0 comments on commit 993ccb9

Please sign in to comment.