diff options
author | tastytea | 2020-01-10 19:53:21 +0100 |
---|---|---|
committer | tastytea | 2020-01-10 19:53:21 +0100 |
commit | d68d9df846610f00e3daad285d0d234b8b64dc60 (patch) | |
tree | e2d67ed04fd139ff43d5d6c2cbcc0f3c95d63714 | |
parent | d956a2db47c45c339ebfd165b3f549a691461af7 (diff) | |
download | mastodonpp-d68d9df846610f00e3daad285d0d234b8b64dc60.tar mastodonpp-d68d9df846610f00e3daad285d0d234b8b64dc60.tar.gz mastodonpp-d68d9df846610f00e3daad285d0d234b8b64dc60.zip |
Fix CI recipe.
-rw-r--r-- | .drone.yml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |