Skip to content
🎉 GoReleaser v2.18 is out! with release summaries, preflight checks, OpenTelemetry traces, and more!

Dist folder

By default, GoReleaser will create its artifacts in the ./dist folder. You can change it in the .goreleaser.yaml file:

.goreleaser.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.

Last updated on