From 060b06001079faecd98ff73caac5a3610dc03a67 Mon Sep 17 00:00:00 2001 From: tastytea Date: Tue, 23 Oct 2018 08:30:41 +0200 Subject: [PATCH] CI: Fixed prepare_release --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 66c748b..35f0f8f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -181,8 +181,8 @@ pipeline: - 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 . - - cp -v build Whyblocked-x86_64.AppImage . - - cp -v build Whyblocked-x86_64.AppImage.zsync . + - cp -v build/Whyblocked-x86_64.AppImage . + - cp -v build/Whyblocked-x86_64.AppImage.zsync . gitea_release: image: plugins/gitea-release