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 627c5bc commit b451cf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ jobs:
curl \
-H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
-H "Content-Type: $(file -b --mime-type $ASSET)" \
-H "X-GitHub-Api-Version: 2022-11-28"
-H "X-GitHub-Api-Version: 2022-11-28" \
--data-binary @"$ASSET" \
"${{ needs.create-release.outputs.upload_url }}=$ASSET_NAME"
done
done

0 comments on commit b451cf2

Please sign in to comment.