authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2024-06-02 16:32:59 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2024-06-02 16:32:59 -07:00
log3caa1188c9e0d926b51908e42905162b4551668a
tree353af222d64dbc9145c976faeda305c1ed265e44
parentb39b27147cfe0f94c44388a3900f440ce71bc497

nektro/ghr-zig renamed to nektro/ghr


1 files changed, 1 insertions(+), 1 deletions(-)

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