diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 66487bf..8a7cee8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -49,4 +49,4 @@ jobs: upload_url: ${{ steps.create_release.outputs.upload_url }} asset_path: Oxide.Ext.RustApi/bin/Release/netstandard2.0/Oxide.Ext.RustApi.dll asset_name: Oxide.Ext.RustApi.dll - #asset_content_type: application/zip + asset_content_type: application/octet-stream