Skip to content

Commit f1cb800

Browse files
chore(goreleaser): add binary to formats on Windows
1 parent 2dcdf50 commit f1cb800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ archives:
2626
# use zip for windows archives
2727
format_overrides:
2828
- goos: windows
29-
formats: [ 'zip' ]
29+
formats: [ 'zip', 'binary' ]
3030
files:
3131
- LICENSE
3232
- README.md

0 commit comments

Comments
 (0)