1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-10 03:47:03 +02:00
goreleaser/www/docs/customization/dist.md

10 lines
235 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
dist: another-folder-that-is-not-dist
```