diff --git a/.drone.yml b/.drone.yml index 1c22a92..33bcc44 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,7 +16,7 @@ steps: path: /tmp/build image: alpine:latest commands: - - apk add --update zip + - apk add --update zip jq - cp /tmp/build/remote.exe /tmp/build/remote plugin/ - cat plugin/manifest.json | jq -r '.Version' > /tmp/build/version.txt - mv plugin tf.meow.remote.sdPlugin