Skip to content

Commit a2f8166

Browse files
committed
fix(goreleaser): correct archive file path template
1 parent d5b876e commit a2f8166

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ archives:
2121
- format: tar.gz
2222
name_template: "xdsnap_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
2323
files:
24-
- "{{ .Binary }}*" # this works
24+
- "{{ .Binary }}*"
2525

2626
checksum:
2727
name_template: "checksums.txt"

0 commit comments

Comments
 (0)