From: Jérémie Astor Date: Thu, 18 Feb 2021 20:08:00 +0000 (+0100) Subject: :wrench: zip windows release ... X-Git-Tag: nightly~932 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=c1ad57c54dad9cf455cd98870b4e7cb0fb70dd9d;p=gwion.git :wrench: zip windows release ... --- diff --git a/.github/workflows/windows-release.yml b/.github/workflows/windows-release.yml index 3e57e14e..67f5fc86 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/zip + asset_content_type: application/octet-stream