Fixed minio folder definition

This commit is contained in:
kolaente 2019-01-12 00:03:41 +01:00
parent d5e68ee037
commit 22495a66e0
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B

View File

@ -170,7 +170,7 @@ steps:
path_style: true path_style: true
strip_prefix: dist/zip/ strip_prefix: dist/zip/
source: dist/zip/* source: dist/zip/*
target: /${DRONE_TAG##v} target: /${DRONE_TAG##v}/
depends_on: [ after-build-static ] depends_on: [ after-build-static ]
when: when:
event: [ tag ] event: [ tag ]
@ -188,7 +188,7 @@ steps:
path_style: true path_style: true
strip_prefix: dist/zip/ strip_prefix: dist/zip/
source: dist/zip/* source: dist/zip/*
target: /${DRONE_TAG##v} target: /master/
depends_on: [ after-build-static ] depends_on: [ after-build-static ]
when: when:
event: [ push ] event: [ push ]