Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Hank McCord authored and Hank McCord committed Jan 20, 2021
1 parent cc7d522 commit 6aa3236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Build
run: dotnet publish -r win-x64 -o publish -c Release -p:PublishSingleFile=true --self-contained true -p:PublishTrimmed=true -p:TrimMode=Link ReadySetTarkov\ReadySetTarkov.csproj
- name: Zip
run: pwsh Compress-Archive ".\publish\*" -DestinationPath ".\ReadySetTarkov.zip" -CompressionLevel Optimal
run: Compress-Archive ".\publish\*" -DestinationPath ".\ReadySetTarkov.zip" -CompressionLevel Optimal
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down

0 comments on commit 6aa3236

Please sign in to comment.