Skip to content

Commit 43a04e8

Browse files
committed
chore(packaging): improve binary archives
- Wrap all in a directory, to avoid tarball bombs - Use zip for Windows, since tar.gz is not naturally supported on this OS
1 parent c45f8db commit 43a04e8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.goreleaser.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ archives:
3333
darwin: Darwin
3434
linux: Linux
3535
windows: Windows
36+
wrap_in_directory: true
37+
format_overrides:
38+
- goos: windows
39+
format: zip
3640
checksum:
3741
name_template: "checksums.txt"
3842
snapshot:

0 commit comments

Comments
 (0)