We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 835f4bb commit 05231adCopy full SHA for 05231ad
.goreleaser.yml
@@ -29,22 +29,22 @@ builds:
29
30
archives:
31
- id: tar
32
- builds:
+ ids:
33
- go-vanity-gen
34
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
35
files:
36
- - LICENSE
+ - LICENSES/Apache-2.0.txt
37
- README.md
38
- format: tar.gz
+ formats: [tar.gz]
39
- id: zip
40
41
42
43
44
45
46
wrap_in_directory: true
47
- format: zip
+ formats: [zip]
48
49
checksum:
50
name_template: "checksums.txt"
0 commit comments