From: Brendan Hansen Date: Sat, 18 Nov 2023 21:15:10 +0000 (-0600) Subject: added missing and mandatory asset_content_type X-Git-Url: https://git.brendanfh.com/?a=commitdiff_plain;h=409ed871450d83f1d8f69bceaf2d5ab5c6abf71a;p=onyx.git added missing and mandatory asset_content_type --- diff --git a/.github/workflows/onyx-build.yml b/.github/workflows/onyx-build.yml index 7ff20146..a936bb8c 100644 --- a/.github/workflows/onyx-build.yml +++ b/.github/workflows/onyx-build.yml @@ -214,5 +214,6 @@ jobs: upload_url: ${{ steps.create_release.outputs.upload_url }} asset_path: artifacts/onyx-windows-wasmer-amd64/onyx.zip asset_name: onyx-windows-wasmer-amd64.zip + asset_content_type: application/zip