Skip to content

v13.0.2

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 27 Feb 01:55
f97de79

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 the condition: succeededOrFailed() to the step that set the artifacts_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