From 8b06289c448e2ba92c041f20ed3fd4f9f1a80e0a Mon Sep 17 00:00:00 2001 From: Asmir Avdicevic Date: Wed, 24 Apr 2024 14:36:39 +0200 Subject: [PATCH] test --- .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 cc6ec9daf1..62412c8aa7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -278,7 +278,7 @@ jobs: $uploadUrl = "${{ needs.create-release.outputs.upload_url }}=$ASSET_NAME" $headers = @{ "Authorization" = "token ${{ secrets.GITHUB_TOKEN }}" - "Content-Type" = "application/octet-stream" + "Content-Type" = "multipart/form-data" } $fileContent = Get-Content -Path $ASSET -Raw Invoke-WebRequest -Uri $uploadUrl -Headers $headers -InFile $ASSET -Method Post