Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Arqu committed Apr 24, 2024
1 parent 785d86d commit 8b06289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8b06289

Please sign in to comment.