diff --git a/.woodpecker.yml b/.woodpecker.yml index 0bbd00d..ea7eaa2 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 -z $TAG && cp capture $ART/capture-${TAG} || true + - test -z $TAG && cp capture $ART/capture-$TAG || true volumes: - /var/www/html/artifacts:/artifacts