diff options
author | tastytea | 2020-01-10 20:04:09 +0100 |
---|---|---|
committer | tastytea | 2020-01-10 20:04:09 +0100 |
commit | b94313294b41bbf73a554fcf3041f33d7823a5ed (patch) | |
tree | 4b4230599c9367cb6797db158f83496f9cd8d389 | |
parent | d68d9df846610f00e3daad285d0d234b8b64dc60 (diff) | |
download | mastodonpp-b94313294b41bbf73a554fcf3041f33d7823a5ed.tar mastodonpp-b94313294b41bbf73a554fcf3041f33d7823a5ed.tar.gz mastodonpp-b94313294b41bbf73a554fcf3041f33d7823a5ed.zip |
Fix CI recipe.
-rw-r--r-- | .drone.yml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -178,8 +178,8 @@ steps: title: ${DRONE_TAG} prerelease: true files: - - libmastodonpp_${DRONE_TAG}-0_buster_amd64.deb - - libmastodonpp_${DRONE_TAG}-0_bionic_amd64.deb + - libmastodonpp_${DRONE_TAG}-0_amd64_buster.deb + - libmastodonpp_${DRONE_TAG}-0_amd64_bionic.deb - libmastodonpp-${DRONE_TAG}-0.x86_64.centos8.rpm checksum: - sha512 |