Update .drone.yml
continuous-integration/drone/tag Build is failing Details

pull/1/head
Muhep Atasoy 2019-12-15 23:53:48 +03:00
parent 9d394b5ff9
commit b4c098d0c1
1 changed files with 2 additions and 1 deletions

View File

@ -53,10 +53,11 @@ steps:
GITHUB_TOKEN:
from_secret: api_key
commands:
- git pull origin master --tags
- wget https://github.com/aktau/github-release/releases/download/v0.7.2/linux-amd64-github-release.tar.bz2
- tar xjf linux-amd64-github-release.tar.bz2
- ls -l
- chmod +x ./bin/linux/amd64/github-release
- mv ./bin/linux/amd64/github-release .
- ./github-release release --user muhep06 --repo dgd-backupper-php --tag $(git describe --abbrev=0 --tags) --name "$(git describe --abbrev=0 --tags)"
- ./github-release upload --user muhep06 --repo dgd-backupper-php --tag $(git describe --abbrev=0 --tags) --name "backupper" --file
- ./github-release upload --user muhep06 --repo dgd-backupper-php --tag $(git describe --abbrev=0 --tags) --name "backupper" --file ./builds/backupper