From fe288cf5693a5078a1b4def40dacfb0741d00bfa Mon Sep 17 00:00:00 2001 From: rook1e Date: Mon, 23 Dec 2024 13:01:53 +0800 Subject: [PATCH] fix --- .goreleaser.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 9477e51..2818603 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -15,6 +15,7 @@ builds: archives: - id: default format: zip + # Additional files/globs you want to add to the archive. files: - "LICENSE*" - "README*" @@ -31,6 +32,3 @@ changelog: release: draft: true - extra_files: - - glob: ./dist/*.zip - - glob: ./dist/checksums.txt