From: Jérémie Astor Date: Thu, 18 Feb 2021 19:03:42 +0000 (+0100) Subject: :wrench: Try Windows release (again and again). Fix tag_name X-Git-Tag: nightly~936 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=2336b3e26f850ff574a3f2b1b07383172d1fdaf7;p=gwion.git :wrench: Try Windows release (again and again). Fix tag_name --- diff --git a/.github/workflows/windows-release.yml b/.github/workflows/windows-release.yml index 127e7ef3..c732bff5 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 + run: tar -czvf windows.tar.gz ./gwion.exe - name: Upload Release Asset id: upload-release-asset