Fixed minio folder definition
This commit is contained in:
parent
d5e68ee037
commit
22495a66e0
1 changed files with 2 additions and 2 deletions
|
@ -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 ]
|
||||||
|
|
Loading…
Reference in a new issue