Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🔨 Add
profile
to cargo-build
composite action
The `cargo-build` composite action is currently always building the default profile, rather than specifying a profile. It will eventually be necessary to state `"dev"` vs `"release"`, so this attempts to address this now by creating a workflow parameter that can be specified. By default, this will still build `dev`.
- Loading branch information