Skip to content

Commit 9f97ec6

Browse files
authored
Merge pull request #121 from suzuki-shunsuke/add-binary-to-formats-on-windows
chore(goreleaser): add `binary` to `formats` on Windows
2 parents 2dcdf50 + f1cb800 commit 9f97ec6

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)