From d68d9df846610f00e3daad285d0d234b8b64dc60 Mon Sep 17 00:00:00 2001 From: tastytea Date: Fri, 10 Jan 2020 19:53:21 +0100 Subject: [PATCH] Fix CI recipe. --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 7b5a0c7..bd4b8eb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -121,7 +121,7 @@ steps: - make - make install DESTDIR=install - make package - - cp -v libmastodon-cpp_${DRONE_TAG}-0_amd64_buster.deb .. + - cp -v libmastodonpp_${DRONE_TAG}-0_amd64_buster.deb .. volumes: - name: debian-package-cache path: /var/cache/apt/archives @@ -145,7 +145,7 @@ steps: - make - make install DESTDIR=install - make package - - cp -v libmastodon-cpp_${DRONE_TAG}-0_amd64_bionic.deb .. + - cp -v libmastodonpp_${DRONE_TAG}-0_amd64_bionic.deb .. volumes: - name: debian-package-cache path: /var/cache/apt/archives