Update gitea-release to use tags
Some checks failed
continuous-integration/drone/tag Build is failing
Some checks failed
continuous-integration/drone/tag Build is failing
This commit is contained in:
parent
304fe40aff
commit
0fa7c3973e
@ -20,7 +20,8 @@ steps:
|
|||||||
- cp /tmp/build/remote.exe /tmp/build/remote plugin/
|
- cp /tmp/build/remote.exe /tmp/build/remote plugin/
|
||||||
- cat plugin/manifest.json | jq -r '.Version' > /tmp/build/version.txt
|
- cat plugin/manifest.json | jq -r '.Version' > /tmp/build/version.txt
|
||||||
- mv plugin tf.meow.remote.sdPlugin
|
- 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
|
- name: gitea_release
|
||||||
volumes:
|
volumes:
|
||||||
- name: cache
|
- name: cache
|
||||||
@ -39,6 +40,8 @@ steps:
|
|||||||
- sha512
|
- sha512
|
||||||
- adler32
|
- adler32
|
||||||
- crc32
|
- crc32
|
||||||
|
when:
|
||||||
|
event: tag
|
||||||
volumes:
|
volumes:
|
||||||
- name: cache
|
- name: cache
|
||||||
temp: {}
|
temp: {}
|
Loading…
x
Reference in New Issue
Block a user