Maybe fix key naming issue

pull/1382/head
Joseph Donofry 2 years ago
parent caa1c4c565
commit b4148d9ca5
No known key found for this signature in database
GPG Key ID: E8A1D78EF044B0CB
  1. 2
      .ci/update-github-release.sh

@ -37,7 +37,7 @@ elif [ "$http_code" = "200" ]; then
"https://api.github.com/repos/Nheko-Reborn/nheko/releases/tags/$CI_COMMIT_TAG")
fi
upload_url="$(echo "$release_json" | jq ".upload-url")"
upload_url="$(echo "$release_json" | jq '."upload-url"')"
# get rid of the 'hypermedia' stuff at the end and use a 'real' URL
upload_url="$(echo "$upload_url" | sed 's/{?name,label\}/?name/g')"

Loading…
Cancel
Save