Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: prevent folder collisions in builds and universal binaries #3063

Merged
merged 1 commit into from Apr 26, 2022

Commits on Apr 25, 2022

  1. fix: prevent folder collisions in builds and universal binaries

    - 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>
    caarlos0 committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    8a51545 View commit details
    Browse the repository at this point in the history