From 664eee40e2fdf59d65acdc0345dd7f9b5ebe428e Mon Sep 17 00:00:00 2001 From: Remi Calizzano Date: Wed, 31 Aug 2022 11:26:40 +0200 Subject: [PATCH] debug goreleaser for windows --- .goreleaser.yml | 25 +++++++++++-------------- 1 file changed, 11 insertions(+), 14 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 21c6522..0e59b61 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -22,10 +22,11 @@ builds: goarch: - amd64 - arm64 - # - <<: *build_defaults - # id: windows - # goos: - # - windows + - <<: *build_defaults + id: windows + binary: lizz.exe + goos: + - windows archives: - name_template: "{{ .Binary }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}" @@ -34,12 +35,12 @@ archives: format: tar.gz files: - none* - # - name_template: "{{ .Binary }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}" - # id: windows - # builds: [windows] - # format: zip - # files: - # - none* + - name_template: "{{ .Binary }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}" + id: windows + builds: [windows] + format: zip + files: + - none* source: enabled: true @@ -48,9 +49,6 @@ source: release: prerelease: auto -universal_binaries: - - replace: true - brews: - name: lizz tap: @@ -58,4 +56,3 @@ brews: name: homebrew-tap folder: Formula homepage: "https://github.com/openlizz/lizz" - description: "Lizz CLI"