Skip to content

Commit bb2dd55

Browse files
committed
ci: improve release process and test robustness
- Add .xz files to the checksum in .goreleaser.yaml Signed-off-by: appleboy <appleboy.tw@gmail.com>
1 parent 8b96328 commit bb2dd55

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.goreleaser.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ archives:
8383

8484
checksum:
8585
name_template: 'checksums.txt'
86+
extra_files:
87+
- glob: ./**.xz
8688

8789
snapshot:
8890
name_template: "{{ incpatch .Version }}"

0 commit comments

Comments
 (0)