Skip to content

Commit 8cfeb6e

Browse files
committed
ci: improve release process and test coverage
- Add extra_files with .xz file extension to .goreleaser.yaml Signed-off-by: appleboy <appleboy.tw@gmail.com>
1 parent c4085ba commit 8cfeb6e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.goreleaser.yaml

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

8585
checksum:
8686
name_template: 'checksums.txt'
87+
extra_files:
88+
- glob: ./**.xz
8789

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

0 commit comments

Comments
 (0)