diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 08831a622d..d9eab750ab 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 \ No newline at end of file