We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 000d2da commit f4de181Copy full SHA for f4de181
1 file changed
.goreleaser.yml
@@ -19,13 +19,21 @@ archives:
19
- LICENSE
20
21
- <<: *archive_defaults
22
- id: windows
+ id: windows-zip
23
builds:
24
- windows
25
format: zip
26
files:
27
28
29
+ # used by SDKs as zip cannot be used by rust https://github.com/zip-rs/zip/issues/108
30
+ - <<: *archive_defaults
31
+ id: windows-targz
32
+ builds:
33
+ - windows
34
+ files:
35
+ - LICENSE
36
+
37
- id: docgen
38
39
- docgen
0 commit comments