-
Notifications
You must be signed in to change notification settings - Fork 8
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
Install multiple binaries from an archive asset #236
Conversation
extract |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @duong-dt and thanks for your contribution 😄!
I left some comments to check out :)
…r input validation
…hen multiple install targets are specified
…not_dir inside maybe_install
…archive which are not needed The same checks are already done by installer::install.
60da230
to
362983a
Compare
The work for this new feature is not done yet, but I think it's ok to merge this initial work. Thanks @duong-dt for your initial implementation! |
Sorry I was too busy last few weeks, and cannot make further. |
This is to support installing multiple binaries from an archive asset #234 , without having to download such asset multiple times, by accepting multiple
-I,--install-file
arguments.-I,--install-file
are specified, and-o,--output
is specified, then-o,--output
must be a directory.-I,--install-file
are specified, the selected asset (either specified by-s,--select
or via by-a,--automatic
) must be an archive asset.