diff --git a/.goreleaser.yml b/.goreleaser.yml index 576fa95bc0..864bfad096 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -21,7 +21,7 @@ builds: - amd64 hooks: # Actually override the release binary. - post: bash -c 'mv -f target/gh-artifacts/{{ .Name }}_{{ .Os }}_{{ .Arch }}/{{ .Name }} {{ .Path }}' + post: bash -c 'mv -f target/gh-artifacts/{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}/{{ .Name }} {{ .Path }}' universal_binaries: - replace: true