diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 181caad7..1eb29ae1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -55,4 +55,4 @@ jobs: upload_url: ${{ steps.create_release.outputs.upload_url }} asset_path: ~/go/bin/zrok asset_name: zrok-ubuntu-amd64 - asset_type: application/octet-stream \ No newline at end of file + asset_content_type: application/octet-stream \ No newline at end of file