Skip to content

Commit

Permalink
debug goreleaser for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
airKlizz committed Aug 31, 2022
1 parent ccc3964 commit 664eee4
Showing 1 changed file with 11 additions and 14 deletions.
25 changes: 11 additions & 14 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand All @@ -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
Expand All @@ -48,14 +49,10 @@ source:
release:
prerelease: auto

universal_binaries:
- replace: true

brews:
- name: lizz
tap:
owner: openlizz
name: homebrew-tap
folder: Formula
homepage: "https://github.com/openlizz/lizz"
description: "Lizz CLI"

0 comments on commit 664eee4

Please sign in to comment.