From 6b4522f9e724b2e7d52fcfde62af6b40d257116b Mon Sep 17 00:00:00 2001 From: YANGJINZE Date: Thu, 15 Jan 2026 10:39:12 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E8=B0=83=E6=95=B4=E3=80=91=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3=20.goreleaser.yml=20=E4=B8=AD=20allinssl.sh=20?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E8=B7=AF=E5=BE=84=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .goreleaser.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index eb8e3b6..a873635 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -7,7 +7,8 @@ archives: name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}" files: - LICENSE - - script/allinssl.sh + - src: script/allinssl.sh + dst: allinssl.sh checksum: name_template: "{{ .ProjectName }}_{{ .Version }}_checksums.txt" builds: