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 b764499 commit a9fa815
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 @@ -275,7 +275,7 @@ jobs:
$ASSETS = "${{ env.ASSET }}".Split(',')
foreach ($ASSET in $ASSETS) {
$ASSET_NAME = Split-Path $ASSET -Leaf
$contentType = "application/octet-stream"
$contentType = "multipart/form-data"
Invoke-RestMethod `
-Headers @{
"Authorization" = "token ${{ secrets.GITHUB_TOKEN }}"
Expand Down

0 comments on commit a9fa815

Please sign in to comment.