Skip to content

Commit b8e4266

Browse files
committed
wip
1 parent 2472277 commit b8e4266

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ builds:
1616
hooks:
1717
# Overwrite the binary with the prebuilt one, which is what we actually want to release.
1818
post:
19-
- cmd: mv "out/{{ .Name }}_{{ .Os }}_{{ .Arch }}/{{ .Name }}" "{{ .Path }}"
19+
- cmd: mv "out/{{ .Os }}_{{ .Arch }}/{{ .Name }}" "{{ .Path }}"
2020

2121
nfpms:
2222
- vendor: Typist Tech Limited

0 commit comments

Comments
 (0)