diff --git a/.gitignore b/.gitignore index c05d66d..b90d5f8 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,5 @@ # Apple folder files .DS_Store -build/ - -dist/ +# Dist folder +dist/ \ No newline at end of file diff --git a/.goreleaser.yaml b/.goreleaser.yaml index b255bda..32edb30 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -7,6 +7,8 @@ builds: goos: - linux - darwin + binary: tk + id: tk archives: - replacements: amd64: 64bit @@ -16,6 +18,7 @@ archives: darwin: macOS linux: Linux windows: Windows + name_template: tk_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ with .Arm }}v{{ . }}{{ end }}{{ with .Mips }}_{{ . }}{{ end }}{{ if not (eq .Amd64 "v1") }}{{ .Amd64 }}{{ end }} checksum: name_template: 'checksums.txt' snapshot: