What's Changed
-
Always update artifacts\_present variable in artifact publish @MarcChen46 (#414)
Change Details
The Binary and Other artifact publish is depending on `artifacts_present` variable, but the variable will only be set to false or true when all previous steps are success.
In some cases, we want to always upload the artifacts no matter previous steps are pass or failed, and this
artifacts_present
already be handled well to decide the binary and other artifact should be uploaded or not, hence add thecondition: succeededOrFailed()
to the step that set theartifacts_present
variable
-
.sync/rust-toolchain.toml: Sync cargo-release @makubacki (#411)
Change Details
The release GitHub workflow downloads and caches the cargo tools in the rust-toolchain.toml file so sync it.
Full Changelog: v13.0.1...v13.0.2