mirror of
https://github.com/neilotoole/sq.git
synced 2024-11-28 03:53:07 +03:00
Changing the archive name temlate to use dash instead of underscore
This commit is contained in:
parent
ec841ad763
commit
67b2341e80
4
.gitignore
vendored
4
.gitignore
vendored
@ -43,3 +43,7 @@ _testmain.go
|
||||
|
||||
gorelease-snapshot.sh
|
||||
magefile_local.go
|
||||
.goreleaser-local.yml
|
||||
apt-install.sh
|
||||
yum-install.sh
|
||||
goreleaser-test.sh
|
||||
|
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user