goreleaser / goreleaser-action

GitHub Action for GoReleaser
https://github.com/marketplace/actions/goreleaser-action
MIT License
856 stars 75 forks source link

How can i specific file into released archive file #409

Closed NoahAmethyst closed 1 year ago

NoahAmethyst commented 1 year ago

To be honest goreleaser is a wonderful project.

I found that every archived file include go executable file and README.md

What if i want specific other file that exist in my repository into released archive file, how can i do that?

caarlos0 commented 1 year ago

you can create a yaml config file, and set up the archives however you want: https://goreleaser.com/customization/archive/

https://goreleaser.com/intro

NoahAmethyst commented 1 year ago

Thank you for your answer :)