diff --git a/.drone.yml b/.drone.yml index 2bd7f13..fc5c8de 100644 --- a/.drone.yml +++ b/.drone.yml @@ -52,4 +52,4 @@ steps: commands: - wget https://github.com/tfausak/github-release/releases/download/1.2.5/github-release-linux.gz - gzip -d github-release-linux.gz - - ls -all + - cd github-release-linux && ls -all