Update gitea-release to use tags
continuous-integration/drone/tag Build is failing Details

This commit is contained in:
Tyler 2019-05-21 22:39:22 -04:00
parent 304fe40aff
commit 0fa7c3973e
1 changed files with 4 additions and 1 deletions

View File

@ -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: {}