Skip to content

Commit

Permalink
build: add extra archive to goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
fitz7 committed Mar 3, 2023
1 parent 307542a commit de43ff0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ builds:
- -s -w -X github.com/faceit/commit-analyzer-regex/pkg/analyzer.CAVERSION={{.Version}}

archives:
- format: binary
- id: bin
format: binary
name_template: '{{ .Binary }}_v{{ .Version }}_{{ .Os }}_{{ .Arch }}'
- id: archive
name_template: '{{ .Binary }}_v{{ .Version }}_{{ .Os }}_{{ .Arch }}'

checksum:
Expand Down

0 comments on commit de43ff0

Please sign in to comment.