rustic-rs/Create a binary artifact
Create a binary artifact for a cargo crate
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| toolchain | The rust toolchain to use | yes | — |
| target | The target to build for | yes | — |
| use-cross | Use cross to build the binary | no | false |
| describe-tag-suffix | Suffix for the git describe tag | no | "" |
| binary-postfix | Postfix for the binary name | no | "" |
| os | The operating system to build for | yes | — |
| binary-name | The name of the binary | yes | — |
| package-secondary-name | The secondary name for the package | yes | — |
| github-token | The github token to use | yes | — |
| gpg-release-private-key | The private key to use for signing the release | no | — |
| gpg-passphrase | The passphrase to use for signing the release | no | — |
| architecture | The architecture to build for | no | "" |
| sign-release | Sign the release | yes | false |
| hash-release | Hash the release | yes | false |
| github-ref | The github ref in use | yes | — |
| use-project-version | Get the project version | no | false |
| use-release-profile | Use the release profile to build the binary | no | false |
| rsign-release-private-key | The rsign private key to use for signing the release | no | — |
| rsign-passphrase | The rsign passphrase to use for signing the release | no | — |
| use-tag-version | Use the tag as version in filename for a release | no | false |
| extra-cargo-build-args | Extra arguments to pass to the cargo build command | no | "" |
Outputs
no outputs