-
Hello there. I have a small go app that so far is building correctly, however I have not been able to figure out how to have the GoReleaser action add another file to the release. I have a config.yaml file in the same directory as my main.go and need it in the package created. here is my goreleaser.yml file
How do I tell the action to include my config.yaml in the built package? Thank you for any help. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
that depends on where you want to add the file... to the archives, or just to the release artifacts? either way, you need to create a |
Beta Was this translation helpful? Give feedback.
that depends on where you want to add the file... to the archives, or just to the release artifacts?
either way, you need to create a
.goreleaser.yml
in the root of your project. Configuration options are documented at https://goreleaser.com/customization/