We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2472277 commit b8e4266Copy full SHA for b8e4266
1 file changed
.goreleaser.yaml
@@ -16,7 +16,7 @@ builds:
16
hooks:
17
# Overwrite the binary with the prebuilt one, which is what we actually want to release.
18
post:
19
- - cmd: mv "out/{{ .Name }}_{{ .Os }}_{{ .Arch }}/{{ .Name }}" "{{ .Path }}"
+ - cmd: mv "out/{{ .Os }}_{{ .Arch }}/{{ .Name }}" "{{ .Path }}"
20
21
nfpms:
22
- vendor: Typist Tech Limited
0 commit comments