mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Maybe fix key naming issue
This commit is contained in:
parent
caa1c4c565
commit
b4148d9ca5
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue