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
archives: archives:
- formats: ["tar.gz"] - formats: ["tar.gz"]
name_template: "{{.ProjectName}}-v{{.Version}}-{{ .Arch }}" name_template: "{{.ProjectName}}-v{{.Version}}-{{ .Goos }}-{{ .Arch }}"
format_overrides: format_overrides:
- goos: "windows" - goos: "windows"
formats: ["zip"] formats: ["zip"]