-
Hi Probably me misunderstanding something, but there are a bunch of projects I'd like to use goreleaser on, but I run into the same issue on all of them. I created a hello-world repo to demonstrate the issue: https://github.com/Funcan/goreleasetest
I'm assuming there's something simple but fundamental I'm missing, and would greatly appreciate a hint. Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
you need to point to the main file/folder in the goreleaser config check https://goreleaser.com/customization/build/ for details |
Beta Was this translation helpful? Give feedback.
-
Sorted, thanks! |
Beta Was this translation helpful? Give feedback.
you need to point to the main file/folder in the goreleaser config
check https://goreleaser.com/customization/build/ for details