From: Jérémie Astor Date: Thu, 18 Feb 2021 19:58:25 +0000 (+0100) Subject: :wrench: zip windows release ... X-Git-Tag: nightly~933 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=52799a65b06f217fad963e1d9303afa1e7c19c2b;p=gwion.git :wrench: zip windows release ... --- diff --git a/.github/workflows/windows-release.yml b/.github/workflows/windows-release.yml index 65833ec7..3e57e14e 100644 --- a/.github/workflows/windows-release.yml +++ b/.github/workflows/windows-release.yml @@ -49,4 +49,4 @@ jobs: upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps asset_path: ./windows.zip asset_name: windows.zip - asset_content_type: application/gzip + asset_content_type: application/zip