mirror of https://schlomp.space/tastytea/hashboot
Fixed filenames for downloads.
parent
e2ecb17afe
commit
4d0b0cf8e4
|
@ -60,11 +60,13 @@ steps:
|
||||||
image: plugins/download
|
image: plugins/download
|
||||||
settings:
|
settings:
|
||||||
source: https://schlomp.space/tastytea/hashboot/archive/${DRONE_TAG}.tar.gz
|
source: https://schlomp.space/tastytea/hashboot/archive/${DRONE_TAG}.tar.gz
|
||||||
|
destination: hashboot-${DRONE_TAG}.tar.gz
|
||||||
|
|
||||||
- name: download zip
|
- name: download zip
|
||||||
image: plugins/download
|
image: plugins/download
|
||||||
settings:
|
settings:
|
||||||
source: https://schlomp.space/tastytea/hashboot/archive/${DRONE_TAG}.zip
|
source: https://schlomp.space/tastytea/hashboot/archive/${DRONE_TAG}.zip
|
||||||
|
destination: hashboot-${DRONE_TAG}.zip
|
||||||
|
|
||||||
- name: signature
|
- name: signature
|
||||||
image: debian:stretch-slim
|
image: debian:stretch-slim
|
||||||
|
|
Loading…
Reference in New Issue