feat(release): added goos to name template

This commit is contained in:
Simon Cornet 2025-04-03 12:43:44 +02:00
commit bd82ee3148

View file

@ -25,7 +25,7 @@ builds:
# archives
archives:
- formats: ["tar.gz"]
name_template: "{{.ProjectName}}-v{{.Version}}-{{ .Arch }}"
name_template: "{{.ProjectName}}-v{{.Version}}-{{ .Goos }}-{{ .Arch }}"
format_overrides:
- goos: "windows"
formats: ["zip"]