Changing the archive name temlate to use dash instead of underscore

This commit is contained in:
Neil O'Toole 2022-11-19 18:33:41 -07:00
parent ec841ad763
commit 67b2341e80
2 changed files with 6 additions and 0 deletions

4
.gitignore vendored
View File

@ -43,3 +43,7 @@ _testmain.go
gorelease-snapshot.sh
magefile_local.go
.goreleaser-local.yml
apt-install.sh
yum-install.sh
goreleaser-test.sh

View File

@ -22,6 +22,7 @@ builds:
archives:
-
name_template: "{{.ProjectName}}-{{ .Version }}-{{.Os}}-{{.Arch}}"
replacements:
darwin: macos
format_overrides:
@ -30,6 +31,7 @@ archives:
files:
- README.md
- LICENSE
- CHANGELOG
checksum:
name_template: 'checksums.txt'