Skip to content

Commit

Permalink
Rename build artifacts from tkcli to tk
Browse files Browse the repository at this point in the history
  • Loading branch information
r-n-o committed Dec 6, 2022
1 parent 9ce6b02 commit 78701fd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,5 @@
# Apple folder files
.DS_Store

build/

dist/
# Dist folder
dist/
3 changes: 3 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ builds:
goos:
- linux
- darwin
binary: tk
id: tk
archives:
- replacements:
amd64: 64bit
Expand All @@ -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:
Expand Down

0 comments on commit 78701fd

Please sign in to comment.