Skip to content

Commit 8924ee0

Browse files
committed
ci: update goreleaser template configuration
1 parent 6a4781d commit 8924ee0

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

cmd/wifiqr/.goreleaser.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,12 @@ builds:
1313
- arm64
1414
- 386
1515
archives:
16-
- replacements:
17-
darwin: macos
18-
amd64: x86_64
16+
- name_template: >-
17+
{{ .ProjectName }}_{{ .Version }}_
18+
{{- if eq .Os "darwin" }}macos
19+
{{- else }}{{ .Os }}{{ end }}_
20+
{{- if eq .Arch "amd64" }}x86_64
21+
{{- else }}{{ .Arch }}{{ end }}
1922
format_overrides:
2023
- goos: windows
2124
format: zip

0 commit comments

Comments
 (0)