Fixed drone static build config
the build failed Details

This commit is contained in:
konrad 2018-01-10 13:08:12 +01:00 committed by kolaente
parent 8c839e113f
commit 16db643cef
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -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]