diff --git a/.goreleaser.yaml b/.goreleaser.yaml index b61babd7..d937353d 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -130,11 +130,11 @@ nfpms: section: utils contents: - src: ./completions/bash_autocomplete - dst: /usr/share/bash-completions/completions/vfox + dst: /usr/share/bash-completion/completions/vfox file_info: mode: 0644 - src: ./completions/zsh_autocomplete - dst: /usr/share/zsh/vendor-completions/_vfox + dst: /usr/share/zsh/site-functions/_vfox file_info: mode: 0644 - src: ./LICENSE @@ -182,4 +182,4 @@ release: prerelease: true name_template: "v{{ .Version }}" footer: | - **Full Changelog**: https://github.com/version-fox/vfox/compare/{{ .PreviousTag }}...{{ .Tag }} \ No newline at end of file + **Full Changelog**: https://github.com/version-fox/vfox/compare/{{ .PreviousTag }}...{{ .Tag }}