From b451cf2c4c1a8033344c49a7132b9ae4acea1e95 Mon Sep 17 00:00:00 2001 From: Asmir Avdicevic Date: Wed, 24 Apr 2024 16:29:03 +0200 Subject: [PATCH] test --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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