Skip to content

Commit 55f9353

Browse files
committed
Goreleaser: publish raw binaries (no archives)
1 parent 6c22e46 commit 55f9353

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.goreleaser.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,11 @@ builds:
2424
- -s -w
2525

2626
archives:
27-
- id: default
27+
- id: binaries-only
2828
builds:
2929
- binaries
30+
format: binary
31+
name_template: "{{ .Binary }}_{{ .Os }}_{{ .Arch }}"
3032

3133
checksum:
3234
name_template: "{{ .ProjectName }}_checksums.txt"

0 commit comments

Comments
 (0)