From 80e8c09c2b2605c9e06039b0b9d2c79173e555c7 Mon Sep 17 00:00:00 2001 From: YANGJINZE Date: Fri, 18 Jul 2025 09:48:12 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E8=B0=83=E6=95=B4=E3=80=91=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E6=89=93=E5=8C=85=E9=85=8D=E7=BD=AE=EF=BC=8C=E7=A7=BB?= =?UTF-8?q?=E9=99=A4=E5=89=8D=E7=AB=AF=E6=9E=84=E5=BB=BA=E6=AD=A5=E9=AA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .goreleaser.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 4520edd..e0f50af 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -1,9 +1,5 @@ # .goreleaser.yml version: 2 -before: - hooks: - - rm -rf frontend - - mv build frontend release: disable: false archives: @@ -11,7 +7,6 @@ archives: name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}" files: - LICENSE - - frontend checksum: name_template: "{{ .ProjectName }}_{{ .Version }}_checksums.txt" builds: