From 3caa1188c9e0d926b51908e42905162b4551668a Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Sun, 2 Jun 2024 16:32:59 -0700 Subject: [PATCH] nektro/ghr-zig renamed to nektro/ghr --- make_release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} \ -- 2.54.0