Back to Goreleaser

Dist folder

www/content/customization/general/dist.md

2.15.4430 B
Original Source

By default, GoReleaser will create its artifacts in the ./dist folder. If you must, you can change it by setting it in the .goreleaser.yaml file:

yaml
# Default: './dist'.
dist: another-folder-that-is-not-dist

More often than not, you won't need to change this.

[!WARNING] If you change this value, and use goreleaser continue, you'll need to specify --dist when running it.