Skip to content

Commit

Permalink
fix: replace 7z; it's misbehaving.
Browse files Browse the repository at this point in the history
  • Loading branch information
ChecksumDev committed Aug 30, 2023
1 parent 5b6e210 commit 9815110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: dotnet build --no-restore --configuration Release

- name: Zip
run: 7z a -tzip -mx=9 GenericStripper.zip -r GenericStripper/bin/Release/net7.0/*
run: Compress-Archive -Path .\GenericStripper\bin\Release\net7.0\* -DestinationPath GenericStripper.zip

- name: Publish to Release
run: gh release upload ${{ github.ref_name }} GenericStripper.zip --clobber

0 comments on commit 9815110

Please sign in to comment.