diff --git a/make_release.sh b/make_release.sh index ee5fee69d347dbe7398ed84c9f06f39338f9cba8..bbe2173ccb605de22fb12d29996c39b4b3821d2e 100755 --- a/make_release.sh +++ b/make_release.sh @@ -9,7 +9,7 @@ PROJECT_USERNAME=$(echo $GITHUB_REPOSITORY | cut -d'/' -f1) PROJECT_REPONAME=$(echo $GITHUB_REPOSITORY | cut -d'/' -f2) # ghr uses Zigmod to build itself, so we need to use the binary to build Zigmod -curl -s https://api.github.com/repos/nektro/ghr-zig/releases | jq -r '.[0].assets[].browser_download_url' | grep $(uname -m) | grep linux | wget -i - +curl -s https://api.github.com/repos/nektro/ghr/releases | jq -r '.[0].assets[].browser_download_url' | grep $(uname -m) | grep linux | wget -i - chmod +x ./ghr-linux-x86_64 ./ghr-linux-x86_64 \ -t ${GITHUB_TOKEN} \