Skip to content

Commit

Permalink
nektro/ghr-zig renamed to nektro/ghr
Browse files Browse the repository at this point in the history
  • Loading branch information
nektro committed Jun 2, 2024
1 parent b39b271 commit 3caa118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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} \
Expand Down

0 comments on commit 3caa118

Please sign in to comment.