Skip to content

Fix artifact selection bug#53

Merged
ZoteTheMighty merged 5 commits intomasterfrom
LUAFDN-1041
May 25, 2022
Merged

Fix artifact selection bug#53
ZoteTheMighty merged 5 commits intomasterfrom
LUAFDN-1041

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