Fix github-release binary URL, not in latest release anymore
This commit is contained in:
parent
3410340c2d
commit
bfe4cda42d
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@ release-github:
|
|||
- apt-get install -y curl wget gzip netbase
|
||||
|
||||
# Download github-release binary
|
||||
- wget $(curl -s https://api.github.com/repos/tfausak/github-release/releases/latest | grep 'browser_' | cut -d\" -f4 | grep 'linux') -O github-release.gz
|
||||
- wget https://github.com/tfausak/github-release/releases/download/1.2.5/github-release-linux.gz -O github-release.gz
|
||||
- gunzip github-release.gz
|
||||
- chmod a+x ./github-release
|
||||
|
||||
|
|
Loading…
Reference in a new issue