github.com/ahmet2mir/goreleaser@v0.180.3-0.20210927151101-8e5ee5a9b8c5/www/docs/customization/dist.md (about)

     1  # Dist folder
     2  
     3  By default, GoReleaser will create its artifacts in the `./dist` folder.
     4  If you must, you can change it by setting it in the `.goreleaser.yml` file:
     5  
     6  ```yaml
     7  # .goreleaser.yml
     8  dist: another-folder-that-is-not-dist
     9  ```