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 artifact selection bug #53

Merged
merged 5 commits into from
May 25, 2022
Merged

Fix artifact selection bug #53

merged 5 commits into from
May 25, 2022

Conversation

ZoteTheMighty
Copy link
Contributor

Artifact selection uses an outer loop over all assets, and an inner loop over possible valid names. This means that it will pick the first asset that matches any valid names, instead of the best match for the earliest name in the list.

The fix should just be to switch the loops!

@ZoteTheMighty ZoteTheMighty marked this pull request as ready for review May 25, 2022 16:59
@ZoteTheMighty ZoteTheMighty merged commit 2afd920 into master May 25, 2022
@ZoteTheMighty ZoteTheMighty deleted the LUAFDN-1041 branch May 25, 2022 17:34
@github-actions github-actions bot locked and limited conversation to collaborators May 25, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants