Skip to content

Commit 664384d

Browse files
authored
Update .goreleaser.yml
1 parent 07ead9c commit 664384d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ archives:
9999
- id: fleetctl
100100
builds:
101101
- fleetctl
102-
name_template: fleetctl_v{{.Version}}_{{- if eq .Os "darwin" }}macos{{- else }}{{ .Os }}{{ end }}_{{.Arch}}
102+
name_template: fleetctl_v{{.Version}}_{{- if eq .Os "darwin" }}macos{{- else }}{{ .Os }}{{ end }}{{- if eq .Os "linux" }}_{{.Arch}}{{ end }}
103103
wrap_in_directory: true
104104

105105
- id: fleetctl-zip

0 commit comments

Comments
 (0)