1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-06 03:13:48 +02:00
goreleaser/internal/pipe/universalbinary
Carlos Alexandro Becker 5aeb8ace61
fix: prevent folder collisions in builds and universal binaries (#3063)
- on universal binaries, use the build id instead of the binary name to
  create the folder in the dist folder
- on builds, default the id the to the binary name instead of project
  name. The binary name already defaults to the project id if empty, so
  this should only prevent having to specify the id + binary name in
  some cases.

closes #3061

Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
2022-04-25 22:07:14 -03:00
..
testdata/fake feat: create macOS Universal binaries (#2572) 2021-10-12 14:55:43 -03:00
universalbinary_test.go fix: prevent folder collisions in builds and universal binaries (#3063) 2022-04-25 22:07:14 -03:00
universalbinary.go fix: prevent folder collisions in builds and universal binaries (#3063) 2022-04-25 22:07:14 -03:00