From ba70ad67ca7df605371fa850b91c9948179fcaae Mon Sep 17 00:00:00 2001 From: appleboy Date: Sat, 6 May 2023 08:16:02 +0800 Subject: [PATCH] ci: improve release process and test robustness - Add extra_files with .xz glob pattern to .goreleaser.yaml Signed-off-by: appleboy --- .goreleaser.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 8306551..f1c33be 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -83,6 +83,8 @@ archives: checksum: name_template: 'checksums.txt' + extra_files: + - glob: ./**.xz snapshot: name_template: "{{ incpatch .Version }}"