Skip to content

Commit ff47677

Browse files
committed
Set file extention for win
1 parent 9f612ed commit ff47677

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.goreleaser.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ archives:
1919
386: i386
2020
amd64: x86_64
2121
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
22+
format_overrides:
23+
- goos: windows
24+
format: zip
2225
changelog:
2326
sort: asc
2427
filters:

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4.1
1+
1.4.2

0 commit comments

Comments
 (0)