Skip to content

Commit c811acd

Browse files
committed
ci: fixed archives config
1 parent 6ab7bbd commit c811acd

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

.goreleaser.yml

+14-13
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,20 @@ builds:
2323
binary: rcon-cli
2424
env:
2525
- CGO_ENABLED=0
26-
archive:
27-
format: tar.gz
28-
name_template: '{{ .Binary }}_{{.Version}}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{
29-
.Arm }}{{ end }}'
30-
files:
31-
- licence*
32-
- LICENCE*
33-
- license*
34-
- LICENSE*
35-
- readme*
36-
- README*
37-
- changelog*
38-
- CHANGELOG*
26+
archives:
27+
-
28+
format: tar.gz
29+
name_template: '{{ .Binary }}_{{.Version}}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{
30+
.Arm }}{{ end }}'
31+
files:
32+
- licence*
33+
- LICENCE*
34+
- license*
35+
- LICENSE*
36+
- readme*
37+
- README*
38+
- changelog*
39+
- CHANGELOG*
3940
snapshot:
4041
name_template: SNAPSHOT-{{ .Commit }}
4142
changelog:

0 commit comments

Comments
 (0)