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

chore: use the merge-multiple directive when downloading binaries #2058

Merged
merged 1 commit into from
Jun 6, 2024

Commits on Jun 6, 2024

  1. chore: use the merge-multiple directive when downloading binaries

    From the docs: When multiple artifacts are matched, this changes the behavior
    of the destination directories. If true, the downloaded artifacts will be in
    the same directory specified by path. If false, the downloaded artifacts will
    be extracted into individual named directories within the specified path.
    
    So essentially, the artifacts were being downloaded into different dirs
    and hence the release failure.
    
    Signed-off-by: crozzy <joseph.crosland@gmail.com>
    crozzy committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    7d3f12e View commit details
    Browse the repository at this point in the history