From 086339e1ae7ec23d8a3c27c221a62e8c1ffe6e11 Mon Sep 17 00:00:00 2001 From: Michael Quigley Date: Wed, 2 Nov 2022 15:28:26 -0400 Subject: [PATCH] content type (#70) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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