From: Jérémie Astor Date: Thu, 18 Feb 2021 20:19:55 +0000 (+0100) Subject: :wrench: zip windows release ... 7za X-Git-Tag: nightly~931 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=7bbec4d0173f33c290ee00691c9c014b6c0f4d7f;p=gwion.git :wrench: zip windows release ... 7za --- diff --git a/.github/workflows/windows-release.yml b/.github/workflows/windows-release.yml index 67f5fc86..98778dd3 100644 --- a/.github/workflows/windows-release.yml +++ b/.github/workflows/windows-release.yml @@ -38,7 +38,7 @@ jobs: prerelease: false - name: Compress - run: zip ./gwion.exe windows.zip + run: 7za windows.zip gwion.exe - name: Upload Release Asset id: upload-release-asset