From 9b94111e9c038d1250b160659131d0e3823af261 Mon Sep 17 00:00:00 2001 From: Tipsy The Cat <97964375+TipsyTheCat@users.noreply.github.com> Date: Thu, 26 May 2022 16:08:13 -0400 Subject: [PATCH] [.goreleaser.yml] Specify type of checksum. Tacked on checksum type --- .goreleaser.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.goreleaser.yml b/.goreleaser.yml index 370789a..80607d9 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -1,3 +1,6 @@ +checksum: + name_template: "{{ .ProjectName }}_sha256checksums.txt" + algorithm: sha256 env: - CGO_ENABLED=1 builds: