commit 2b9c556b56c63bd2bb0f9081343ca168aca37849
parent 81adb7203ac4624dbe75de4226ef417983d2e494
Author: Sean Enck <sean@ttypty.com>
Date: Sat, 29 Jul 2023 11:05:56 -0400
ignore all non-binary files
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/.goreleaser.yml b/.goreleaser.yml
@@ -18,5 +18,7 @@ builds:
archives:
- name_template: "{{ .ProjectName }}-{{ .Version }}-{{ .Os }}-{{ .Arch }}"
format: tar.gz
+ files:
+ - none*
checksum:
name_template: "{{ .ProjectName }}-{{ .Version }}-checksums.txt"