ci: improve release process and test robustness
- Add extra_files with .xz glob pattern to .goreleaser.yaml Signed-off-by: appleboy <appleboy.tw@gmail.com>
This commit is contained in:
parent
73fa4739e3
commit
ba70ad67ca
|
@ -83,6 +83,8 @@ archives:
|
|||
|
||||
checksum:
|
||||
name_template: 'checksums.txt'
|
||||
extra_files:
|
||||
- glob: ./**.xz
|
||||
|
||||
snapshot:
|
||||
name_template: "{{ incpatch .Version }}"
|
||||
|
|
Loading…
Reference in New Issue