fixed drone file
the build was successful Details

This commit is contained in:
tastytea 2018-08-30 20:27:30 +02:00
parent b2197397ed
commit edb6a91b82
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 3 additions and 1 deletions

View File

@ -58,7 +58,9 @@ pipeline:
when:
event: tag
commands:
- cp -v build/whyblocked*${DRONE_TAG}{.tar.gz,deb,rpm} .
- cp -v build/whyblocked-${DRONE_TAG}_x86_64.tar.gz .
- cp -v build/whyblocked_${DRONE_TAG}-0_amd64.deb .
- cp -v build/whyblocked-${DRONE_TAG}-0.x86_64.rpm .
gitea_release:
image: plugins/gitea-release
pull: true