Fix github-release binary URL, not in latest release anymore

This commit is contained in:
timvisee 2020-05-11 22:16:56 +02:00
parent 3410340c2d
commit bfe4cda42d
No known key found for this signature in database
GPG key ID: B8DB720BC383E172

View file

@ -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