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
1 changed files with 2 additions and 2 deletions

View File

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