From: Jérémie Astor Date: Thu, 18 Feb 2021 19:40:26 +0000 (+0100) Subject: :wrench: zip windows release X-Git-Tag: nightly~935 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=ee73f84705309c03ce5b0b9430d38f954d70c1e3;p=gwion.git :wrench: zip windows release --- diff --git a/.github/workflows/windows-release.yml b/.github/workflows/windows-release.yml index c732bff5..da145862 100644 --- a/.github/workflows/windows-release.yml +++ b/.github/workflows/windows-release.yml @@ -38,7 +38,7 @@ jobs: prerelease: false - name: Compress - run: tar -czvf windows.tar.gz ./gwion.exe + run: zip ./gwion.exe windows.zip - name: Upload Release Asset id: upload-release-asset