From f272978933c5cfd949b85f2ffa5b3f2fe1fc8bd5 Mon Sep 17 00:00:00 2001 From: Asmir Avdicevic Date: Thu, 25 Apr 2024 15:42:45 +0200 Subject: [PATCH] test --- .github/scripts/upload_gh_assets.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/upload_gh_assets.sh b/.github/scripts/upload_gh_assets.sh index 8aae1c8d4b..e4430d3cf0 100755 --- a/.github/scripts/upload_gh_assets.sh +++ b/.github/scripts/upload_gh_assets.sh @@ -6,5 +6,5 @@ for ASSET in "${ASSETS[@]}"; do -H "Content-Type: $(file -b --mime-type $ASSET)" \ -H "X-GitHub-Api-Version: 2022-11-28" \ --data-binary @"$ASSET" \ - "$1?name=$ASSET_NAME" + "$1=$ASSET_NAME" done \ No newline at end of file