mirror of
https://github.com/appleboy/drone-ssh.git
synced 2025-07-02 21:52:51 +08:00
feat: improve API usage and test coverage across platforms
- Add an option to include extra pre-existing files in the release with a specified file format (`.xz`) Signed-off-by: appleboy <appleboy.tw@gmail.com>
This commit is contained in:
parent
bc8c96633a
commit
a7c7568d70
@ -82,3 +82,12 @@ checksum:
|
|||||||
|
|
||||||
snapshot:
|
snapshot:
|
||||||
name_template: "{{ incpatch .Version }}"
|
name_template: "{{ incpatch .Version }}"
|
||||||
|
|
||||||
|
release:
|
||||||
|
# You can add extra pre-existing files to the release.
|
||||||
|
# The filename on the release will be the last part of the path (base).
|
||||||
|
# If another file with the same name exists, the last one found will be used.
|
||||||
|
#
|
||||||
|
# Templates: allowed
|
||||||
|
extra_files:
|
||||||
|
- glob: ./**.xz
|
||||||
|
Loading…
Reference in New Issue
Block a user