From 16db643cefc1fc08565e455007c454b1219d51ec Mon Sep 17 00:00:00 2001 From: konrad Date: Wed, 10 Jan 2018 13:08:12 +0100 Subject: [PATCH] Fixed drone static build config --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index e1791fe..ed73748 100644 --- a/.drone.yml +++ b/.drone.yml @@ -55,6 +55,6 @@ pipeline: path_style: true strip_prefix: dist/release/ source: dist/release/* - target: /library/${DRONE_TAG##v} + target: /${DRONE_TAG##v} when: event: [push, tag, deployment] \ No newline at end of file