Skip to content

Commit

Permalink
Fix goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
mateimicu committed May 10, 2020
1 parent c065c69 commit d736c97
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,16 @@ before:
- go mod download

builds:
goos:
- goos:
- windows
- linux
- darwin

archives:
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"

format_overrides:
- goos: windows
format: zip
- name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
format_overrides:
- goos: windows
format: zip
source:
enabled: true

Expand Down

0 comments on commit d736c97

Please sign in to comment.