Skip to content

Commit

Permalink
have clearer release assets names
Browse files Browse the repository at this point in the history
  • Loading branch information
francoismichel committed Dec 12, 2023
1 parent 24a5bbe commit 9e6a3bb
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1,677 deletions.
4 changes: 2 additions & 2 deletions .goreleaser-darwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ archives:
# this name template makes the OS and Arch compatible with the results of `uname`.
name_template: >-
{{ .ProjectName }}_
{{- title .Os }}_
{{ .Version }}_macos_darwin_
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
Expand All @@ -46,4 +46,4 @@ changelog:
- "^test:"

checksum:
name_template: '{{ .ProjectName }}_{{ .Version }}_Darwin_checksums.txt'
name_template: '{{ .ProjectName }}_{{ .Version }}_macos_darwin_checksums.txt'
2 changes: 1 addition & 1 deletion .goreleaser-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ archives:
# this name template makes the OS and Arch compatible with the results of `uname`.
name_template: >-
{{ .ProjectName }}_
{{- title .Os }}_
{{ .Version }}_linux_
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
Expand Down
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ require (
github.com/golang/mock v1.6.0 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/google/pprof v0.0.0-20210407192527-94a9f03dee38 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/quic-go/qpack v0.4.0 // indirect
Expand Down
Loading

0 comments on commit 9e6a3bb

Please sign in to comment.