diff --git a/.drone.yml b/.drone.yml index f12241c..aff4030 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,8 +9,7 @@ steps: commands: - apt update - apt install -y jq curl unzip - - curl https://api.github.com/repos/magicbug/cloudlog/releases/latest | jq -r '.zipball_url' | xargs -I{} curl -L {} --output cloudlog.z -ip + - curl https://api.github.com/repos/magicbug/cloudlog/releases/latest | jq -r '.zipball_url' | xargs -I{} curl -L {} --output cloudlog.zip - unzip cloudlog.zip - mv $(find . -name 'magicbug-Cloudlog-*' -type d -prune -print) cloudlog