-
Notifications
You must be signed in to change notification settings - Fork 7
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
How to match a repo with mixed release zip names? #75
Comments
The way I don't think there's a good way for |
I also really don't understand why the OS match is hardcoded into the ubi logic without the ability to override it (and not supplement it) with the --matching flag. |
This is just the way I wrote it. It's not that it has to be this way. But changing it now has the potential to break existing use cases. What I'm thinking is it might make sense to add a new option, something like |
@autarch Yes, it's a good idea. |
@autarch Hi! I'm not in a hurry, I want to just ask if there are plans to add this option after all? |
Hi there!
I'm looking at using ubi with mise to install some tooling in my iOS project.
I've figured out how to get it to install an older version of Sourcery which has a release with only one zip file –
Sourcery-2.0.1.zip
. More recent versions of Sourcery have also started to be built for platforms other than macOS, meaning newer releases offer the following options:I know that
sourcery-2.2.5.zip
is the macOS release, but I can't figure out how to force this to be selected. When I try to install using the following command:I get the error:
Is there a way to force ubi to download that
sourcery-2.2.5.zip
release bundle?Thanks!
The text was updated successfully, but these errors were encountered: