fix: remove archives.rlcp in .goreleaser.yaml refer to https://gorele… (#2573)
Signed-off-by: Gaius <gaius.qi@gmail.com>
This commit is contained in:
parent
22e7d629aa
commit
96ec90ec80
|
|
@ -127,7 +127,6 @@ builds:
|
||||||
|
|
||||||
archives:
|
archives:
|
||||||
- name_template: "dragonfly-{{ .Version }}-{{ .Os }}-{{ .Arch }}"
|
- name_template: "dragonfly-{{ .Version }}-{{ .Os }}-{{ .Arch }}"
|
||||||
rlcp: true
|
|
||||||
format: tar.gz
|
format: tar.gz
|
||||||
files:
|
files:
|
||||||
- LICENSE
|
- LICENSE
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue