Fixed compress file on windows.
h3rald h3rald@h3rald.com
Wed, 31 Mar 2021 15:40:59 +0200
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
.github/workflows/release.yml
→
.github/workflows/release.yml
@@ -91,7 +91,7 @@ if: matrix.os == 'macosx-latest'
# Package the resulting Windows binary - name: Create artifact (Windows) - run: 7zip a -tzip mn_v${{steps.version-win.outputs.id}}_windows_x64.zip mn.exe + run: Compress-Archive -Path mn.exe -DestinationPath mn_v${{steps.version-win.outputs.id}}_windows_x64.zip if: matrix.os == 'windows-latest' - name: "Get current release"