Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Arqu committed Apr 25, 2024
1 parent 37a6e9e commit f272978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/upload_gh_assets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f272978

Please sign in to comment.