| ... | ... | @@ -9,7 +9,7 @@ PROJECT_USERNAME=$(echo $GITHUB_REPOSITORY | cut -d'/' -f1) |
| 9 | 9 | PROJECT_REPONAME=$(echo $GITHUB_REPOSITORY | cut -d'/' -f2) |
| 10 | 10 | |
| 11 | 11 | # ghr uses Zigmod to build itself, so we need to use the binary to build Zigmod |
| 12 | | 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 - |
| 12 | curl -s https://api.github.com/repos/nektro/ghr/releases | jq -r '.[0].assets[].browser_download_url' | grep $(uname -m) | grep linux | wget -i - |
| 13 | 13 | chmod +x ./ghr-linux-x86_64 |
| 14 | 14 | ./ghr-linux-x86_64 \ |
| 15 | 15 | -t ${GITHUB_TOKEN} \ |