lockbox

password manager
Log | Files | Refs | README | LICENSE

commit 81adb7203ac4624dbe75de4226ef417983d2e494
parent 44211e961e53a646df9a2bd3418b9049db18e24a
Author: Sean Enck <sean@ttypty.com>
Date:   Sat, 29 Jul 2023 11:04:34 -0400

this shouldn't be required

Diffstat:
M.goreleaser.yml | 4+---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/.goreleaser.yml b/.goreleaser.yml @@ -12,13 +12,11 @@ builds: goarch: - amd64 - arm64 - goarm: - - 6 flags: - -trimpath archives: - - name_template: "{{ .ProjectName }}-{{ .Version }}-{{ .Os }}-{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}" + - name_template: "{{ .ProjectName }}-{{ .Version }}-{{ .Os }}-{{ .Arch }}" format: tar.gz checksum: name_template: "{{ .ProjectName }}-{{ .Version }}-checksums.txt"