From 4d0b0cf8e4729d88f908c32e34ce084150f6be52 Mon Sep 17 00:00:00 2001 From: tastytea Date: Thu, 20 Jun 2019 17:14:47 +0200 Subject: [PATCH] Fixed filenames for downloads. --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index 12c6ea0..d9cff2c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -60,11 +60,13 @@ steps: image: plugins/download settings: source: https://schlomp.space/tastytea/hashboot/archive/${DRONE_TAG}.tar.gz + destination: hashboot-${DRONE_TAG}.tar.gz - name: download zip image: plugins/download settings: source: https://schlomp.space/tastytea/hashboot/archive/${DRONE_TAG}.zip + destination: hashboot-${DRONE_TAG}.zip - name: signature image: debian:stretch-slim