From e18c9b1c35dbe8ecf1dae750d7cbcf65b601d370 Mon Sep 17 00:00:00 2001 From: tastytea Date: Sat, 14 Jul 2018 12:53:11 +0200 Subject: [PATCH] drone: changed working dir for gitea-release Because the checksum-files had build/foo in it --- .drone.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index dc0c591..1ce5f3e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -20,7 +20,6 @@ pipeline: - make package - cmake -DWITH_DEB=OFF -DWITH_RPM=ON .. - make package - - cd .. gitea_release: when: event: tag @@ -31,9 +30,9 @@ pipeline: title: ${DRONE_TAG} prerelease: true files: - - build/mastodon-cpp-${DRONE_TAG}.ebuild - - build/libmastodon-cpp_${DRONE_TAG}-0_amd64.deb - - build/libmastodon-cpp-${DRONE_TAG}-0.x86_64.rpm + - mastodon-cpp-${DRONE_TAG}.ebuild + - libmastodon-cpp_${DRONE_TAG}-0_amd64.deb + - libmastodon-cpp-${DRONE_TAG}-0.x86_64.rpm checksum: - sha256 - sha512