diff --git a/.woodpecker.yml b/.woodpecker.yml index 24db468..e9ff3be 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -15,6 +15,6 @@ pipeline: - test -d $ART || mkdir $ART - cp capture $ART/capture-latest - TAG="${CI_COMMIT_TAG}" - - test -n "$TAG" && "cp -v capture $ART/capture-$TAG" || true + - test -n "$TAG" && cp -v capture "$ART/capture-$TAG" || true volumes: - /var/www/html/artifacts:/artifacts