1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-21 21:07:19 +02:00
Carlos Alexandro Becker 700ff34236
docs: improving docs ()
slowly but steadily fixing a billion warnings
2024-07-08 23:30:10 -03:00

476 B

Dist folder

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:

# .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`](../cmd/goreleaser_continue.md),
you'll need to specify `--dist` when running it.