We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d17446 commit b47a41eCopy full SHA for b47a41e
.goreleaser.yml
@@ -7,7 +7,7 @@ before:
7
# you may remove this if you don't need go generate
8
# - go generate ./...
9
builds:
10
-- id: "accord-server"
+- id: "server"
11
binary: "accord-server"
12
main: "./cmd/accord-server/main.go"
13
goos:
@@ -18,12 +18,7 @@ builds:
18
env:
19
- CGO_ENABLED=0
20
archives:
21
-- replacements:
22
- darwin: Darwin
23
- linux: Linux
24
- windows: Windows
25
- 386: i386
26
- amd64: x86_64
+- name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
27
checksum:
28
name_template: 'checksums.txt'
29
snapshot:
0 commit comments