1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-02-03 13:11:48 +02:00

14 lines
310 B
Markdown
Raw Normal View History

# 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:
```yaml
# .goreleaser.yaml
#
# Default: './dist'
dist: another-folder-that-is-not-dist
```
More often than not, you won't need to change this.