Update gitea-release to use tags
continuous-integration/drone/tag Build is failing
Details
continuous-integration/drone/tag Build is failing
Details
This commit is contained in:
parent
304fe40aff
commit
0fa7c3973e
|
@ -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: {}
|
Loading…
Reference in New Issue