Do not explicitly remove github-release archive on CI

This commit is contained in:
timvisee 2019-03-03 21:45:57 +01:00
parent dffd71e10b
commit 996a12b0ec
No known key found for this signature in database
GPG key ID: B8DB720BC383E172

View file

@ -171,7 +171,6 @@ github-release:
# 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
- gunzip github-release.gz
- rm github-release.gz
# Upload binaries
- ./github-release upload --token "$GITHUB_TOKEN" --owner 'timvisee' --repo 'ffsend' --tag "$CI_COMMIT_REF_NAME" --file ffsend-x86_64-linux-gnu --name ffsend-$CI_COMMIT_REF_NAME-linux-x64