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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

crozzy
Copy link
Collaborator

@crozzy crozzy commented May 1, 2024

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 individual dirs and hence the release failure.

https://github.com/quay/clair/actions/runs/8912316665

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 crozzy requested a review from a team as a code owner May 1, 2024 18:42
@crozzy crozzy requested review from hdonnay and removed request for a team May 1, 2024 18:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants