Skip to content

Commit

Permalink
fix: .ArtifactPath doesn't exist
Browse files Browse the repository at this point in the history
  • Loading branch information
caffeine-addictt committed Apr 5, 2024
1 parent 2b1aaa9 commit 77e5573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ aurs:
url_template: https://github.com/caffeine-addictt/video-manager/releases/{{ .Tag }}/{{ .ArtifactName }}
package: |-
#bin
install -Dm755 {{ .ArtifactPath }} ${pkgdir}/usr/bin/video-manager
install -Dm755 'video-manager' ${pkgdir}/usr/bin/video-manager
# completions
# mkdir -p "${pkgdir}/usr/share/bash-completion/completions/"
Expand Down

0 comments on commit 77e5573

Please sign in to comment.