lxl66566/Rust simple release

Extremely simple cross-platform release for your rust project! (with openssl hacked)

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
packagepackage to build (you can only choose one)no""
targetstargets to build, split by comma(,)no""
binsBinary output names, split by comma(,). If not set, it will build all bins in the current package.no""
libwhether to build lib in the current packageno""
featuresfeatures to build, split by comma(,)no""
files_to_packrelative file paths to compress to assets, split by comma(,)no""
tokenGitHub token for creating GitHub Releases. Defaults to the GITHUB_TOKEN automatically provided by GitHub Actions, so you usually don't need to set this manually. no${{ github.token }}
openssl_vendoredwhether to vendor openssl (build from source)notrue
release_optionsgh release create command optionsno""

no outputs