mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-28 04:44:34 +02:00
2489da3a96
closes #4551 Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
471 B
471 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/),
you'll need to specify `--dist` when running it.