fixed package build script
the build was successful Details

This commit is contained in:
tastytea 2018-10-08 19:07:28 +02:00
parent 497cab1122
commit 6385d405d9
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 2 additions and 1 deletions

View File

@ -48,7 +48,8 @@ pipeline:
event: tag
commands:
- cp -v build/mastodon-cpp-${DRONE_TAG}_x86_64.tar.gz .
- cp -v build/libmastodon-cpp[_-]${DRONE_TAG}*{deb,rpm} .
- cp -v build/libmastodon-cpp_${DRONE_TAG}-0_amd64.deb .
- cp -v build/libmastodon-cpp-${DRONE_TAG}-0.x86_64.rpm .
gitea_release:
image: plugins/gitea-release
pull: true