Skip to content

Commit 1e84a89

Browse files
committed
ci: prevent release artifact name clash
1 parent 5bb728c commit 1e84a89

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.goreleaser.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ archives:
4747
{{- else }}{{ .Arch }}{{ end }}
4848
{{- if .Arm }}v{{ .Arm }}{{ end }}
4949
files:
50-
- src: LICENSE*
51-
- src: "!README*"
50+
- LICENSE*
5251
- id: all-platforms
5352
format: tar.gz
5453
name_template: "{{ .ProjectName }}_{{ .Version }}_all_platforms"
@@ -59,8 +58,7 @@ archives:
5958
- windows-amd64
6059
wrap_in_directory: true
6160
files:
62-
- src: LICENSE*
63-
- src: "!README*"
61+
- LICENSE*
6462
checksum:
6563
name_template: 'checksums.txt'
6664
snapshot:

0 commit comments

Comments
 (0)