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:
appleboy 2023-05-06 08:16:02 +08:00
parent 73fa4739e3
commit ba70ad67ca
1 changed files with 2 additions and 0 deletions

View File

@ -83,6 +83,8 @@ archives:
checksum:
name_template: 'checksums.txt'
extra_files:
- glob: ./**.xz
snapshot:
name_template: "{{ incpatch .Version }}"