From 6385d405d99f9674fffb19e41b6085f3cd287c66 Mon Sep 17 00:00:00 2001 From: tastytea Date: Mon, 8 Oct 2018 19:07:28 +0200 Subject: [PATCH] fixed package build script --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 97111da..22ea82b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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