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 e112d9a commit 4b39c7aCopy full SHA for 4b39c7a
.goreleaser.yaml
@@ -48,7 +48,7 @@ aurs:
48
git_url: "ssh://[email protected]/{{ .ProjectName }}-bin.git"
49
package: |-
50
install -Dm755 "./{{ .ProjectName }}" "${pkgdir}/usr/bin/{{ .ProjectName }}"
51
- install -Dm644 "./LICENSE.md" "${pkgdir}/usr/share/licenses/{{ .ProjectName }}/LICENSE"
+ install -Dm644 "./LICENSE" "${pkgdir}/usr/share/licenses/{{ .ProjectName }}/LICENSE"
52
commit_author:
53
name: "Temuri Takalandze"
54
email: "[email protected]"
0 commit comments