Skip to content

Releases: michaelklishin/rust-build-package-release-action

v1.24.0

08 Feb 21:41
5a16d88

Choose a tag to compare

v1.24.0 (Feb 8, 2026)

Enhancements

  • The Action was renamed to rust-build-package-release-action for GitHub Actions Marketplace publishing

v1.23.1

03 Feb 22:04
1f32966

Choose a tag to compare

v1.23.1 (Feb 3, 2026)

Bug Fixes

  • test-windows: normalize paths to backslashes for msiexec

v1.23.0

03 Feb 22:03
fba8681

Choose a tag to compare

v1.23.0 (Feb 3, 2026)

Bug Fixes

  • test-windows: use a predictable install directory for MSI tests via APPLICATIONFOLDER

v1.22.0

03 Feb 22:03
378cc87

Choose a tag to compare

v1.22.0 (Feb 3, 2026)

Bug Fixes

  • test-deb, test-rpm: install sudo if missing

Other

  • Use newer distributions in the package verification example

v1.21.0

03 Feb 22:03
3e5d364

Choose a tag to compare

v1.21.0 (Feb 3, 2026)

Bug Fixes

  • download-release: install curl if missing, fall back to Nu's http module if all else fails

v1.20.1

03 Feb 20:03
b257a19

Choose a tag to compare

v1.20.1 (Feb 3, 2026)

Bug Fixes

  • get-release-version: fix version validation rejecting valid versions

v1.20.0

03 Feb 19:12
de97164

Choose a tag to compare

v1.20.0 (Feb 3, 2026)

New Features

  • get-release-version fetches the latest release from GitHub and (if available)
    verifies their SHA-256 checksums
  • test-deb, test-rpm, test-windows commands for smoke-testing artifacts
  • download-from-release mode for automatic artifact fetching
  • New example workflows: verify-artifacts.yml, build-with-verification.yml

Enhancements

  • All commands now support the GITHUB_TOKEN env variable (where applicable)
    with automatic fallback to token-unaware (anonymous) operations for public repos

v1.19.0

03 Feb 05:02
4b983f8

Choose a tag to compare

v1.19.0 (Feb 3, 2026)

Enhancements

  • Improve SBOM section formatting in release body
  • Simplify generate-aur.nu variable handling and error messages
  • Add tests for get-cargo-info, copy-docs, copy-includes

v1.18.0

03 Feb 04:20
2fb7c4a

Choose a tag to compare

v1.18.0 (Feb 3, 2026)

Bug Fixes

  • Fix Windows SDK INCLUDE path conflict by renaming internal env var to ARCHIVE_INCLUDE
  • Add workspace-aware WiX file lookup for MSI builds using cargo metadata
  • Fix Windows path normalization in workspace WiX lookup

v1.17.0 (Feb 2, 2026)

Bug Fixes

  • Fix Nushell syntax error where (skip-build) was interpreted as a command in print statements
  • Add early prerequisite check for WiX source files in MSI builds

v1.16.0

03 Feb 04:19
47a5f35

Choose a tag to compare

v1.16.0 (Feb 2, 2026)

Enhancements

  • Rename "Downloads" section to "Build Assets" in release body