Skip to content

Commit 3f02a29

Browse files
fix httpcache artifact name
1 parent af4f404 commit 3f02a29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ archives:
5555
ids: [httpcache]
5656
# this name template makes the OS and Arch compatible with the results of `uname`.
5757
name_template: >-
58-
{{- .Binary }}_
58+
httpcache_
5959
{{- title .Os }}_
6060
{{- if eq .Arch "amd64" }}x86_64
6161
{{- else if eq .Arch "386" }}i386

0 commit comments

Comments
 (0)