This repository was archived by the owner on Jan 15, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 8
Add cargo-bundle to tool cache #21
Copy link
Copy link
Open
Labels
questionFurther information is requestedFurther information is requested
Description
Do the checklist before filing an issue:
- Is this related to the
actions-rs
Actions? If not, use GitHub Community forum to ask questions about Actions in a whole: https://github.community - Does this crate helps with the Rust CI?
- Is it popular enough to be used by many users?
Crate
crates.io: https://crates.io/crates/cargo-bundle
repository: https://github.com/burtonageo/cargo-bundle
Motivation
We use cargo-bundle
as part of our CI to build platform-specific bundles of our application. This seems like a natural fit to be in the tool cache as I envision many others may want to bundle a native app in CI and cargo-bundle
is one of the standard tools to do this in a cross-platform way. From a trivial search on Github I can see at least one other repo is already trying to use cargo-bundle this way (though of course it doesn't work since cargo-bundle
isn't in the tool cache).
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested