diff --git a/.drone.yml b/.drone.yml index 30d8880..ea0ae69 100644 --- a/.drone.yml +++ b/.drone.yml @@ -63,7 +63,7 @@ pipeline: path_style: true acl: public-read source: releases/* - target: /master + target: dist/master strip_prefix: releases/ endpoint: https://storage.h.jonasfranz.software when: @@ -77,7 +77,7 @@ pipeline: path_style: true acl: public-read source: releases/* - target: /${DRONE_TAG##v} + target: dist/${DRONE_TAG##v} strip_prefix: releases/ endpoint: https://storage.h.jonasfranz.software when: