diff --git a/.drone.yml b/.drone.yml index 33bcc44..2ee9b4e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -20,7 +20,8 @@ steps: - 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 - - zip -r /tmp/build/tf.meow.remote.streamDeckPlugin tf.meow.remote.sdPlugin + - cd tf.meow.remote.sdPlugin + - zip -r /tmp/build/tf.meow.remote.streamDeckPlugin . - name: gitea_release volumes: - name: cache @@ -39,6 +40,8 @@ steps: - sha512 - adler32 - crc32 + when: + event: tag volumes: - name: cache temp: {} \ No newline at end of file