Skip to content
This repository was archived by the owner on Mar 8, 2022. It is now read-only.

Commit 09c9c61

Browse files
committed
update goreleaser
1 parent f361281 commit 09c9c61

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.goreleaser.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ builds:
88
- windows
99
goarch:
1010
- amd64
11-
archive:
12-
name_template: "{{ .ProjectName }}_v{{ .Version }}_{{ .Os }}_{{ .Arch }}"
13-
format: tar.gz
14-
format_overrides:
15-
- goos: windows
16-
format: zip
11+
archives:
12+
- name_template: "{{ .ProjectName }}_v{{ .Version }}_{{ .Os }}_{{ .Arch }}"
13+
format: tar.gz
14+
format_overrides:
15+
- goos: windows
16+
format: zip

0 commit comments

Comments
 (0)