Skip to content

Commit 5dab83f

Browse files
committed
Update .goreleaser.yml
1 parent 34946f4 commit 5dab83f

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
/tpl
22
/dist
33
.idea
4+
.envrc

.goreleaser.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ builds:
1414
main: ./cmd/tpl
1515
ldflags: -s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.Date}}
1616
binary: tpl
17-
archive:
18-
format: tar.gz
19-
name_template: '{{ .Binary }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{
20-
.Arm }}{{ end }}'
21-
files:
22-
- README.md
23-
- LICENSE
17+
archives:
18+
- format: tar.gz
19+
name_template: '{{ .Binary }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{
20+
.Arm }}{{ end }}'
21+
files:
22+
- README.md
23+
- LICENSE
2424
snapshot:
2525
name_template: SNAPSHOT-{{ .Commit }}
2626
checksum:

0 commit comments

Comments
 (0)