Skip to content
This repository was archived by the owner on Nov 6, 2024. It is now read-only.

Commit de43ff0

Browse files
committed
build: add extra archive to goreleaser config
1 parent 307542a commit de43ff0

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.goreleaser.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ builds:
1414
- -s -w -X github.com/faceit/commit-analyzer-regex/pkg/analyzer.CAVERSION={{.Version}}
1515

1616
archives:
17-
- format: binary
17+
- id: bin
18+
format: binary
19+
name_template: '{{ .Binary }}_v{{ .Version }}_{{ .Os }}_{{ .Arch }}'
20+
- id: archive
1821
name_template: '{{ .Binary }}_v{{ .Version }}_{{ .Os }}_{{ .Arch }}'
1922

2023
checksum:

0 commit comments

Comments
 (0)