You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 15, 2021. It is now read-only.
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).
Do the checklist before filing an issue:
actions-rsActions? If not, use GitHub Community forum to ask questions about Actions in a whole: https://github.communityCrate
crates.io: https://crates.io/crates/cargo-bundle
repository: https://github.com/burtonageo/cargo-bundle
Motivation
We use
cargo-bundleas 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 andcargo-bundleis 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 sincecargo-bundleisn't in the tool cache).