Releases: michaelklishin/rust-build-package-release-action
Releases · michaelklishin/rust-build-package-release-action
v1.24.0
v1.24.0 (Feb 8, 2026)
Enhancements
- The Action was renamed to
rust-build-package-release-actionfor GitHub Actions Marketplace publishing
v1.23.1
v1.23.1 (Feb 3, 2026)
Bug Fixes
test-windows: normalize paths to backslashes for msiexec
v1.23.0
v1.23.0 (Feb 3, 2026)
Bug Fixes
test-windows: use a predictable install directory for MSI tests viaAPPLICATIONFOLDER
v1.22.0
v1.22.0 (Feb 3, 2026)
Bug Fixes
test-deb,test-rpm: installsudoif missing
Other
- Use newer distributions in the package verification example
v1.21.0
v1.21.0 (Feb 3, 2026)
Bug Fixes
download-release: installcurlif missing, fall back to Nu'shttpmodule if all else fails
v1.20.1
v1.20.1 (Feb 3, 2026)
Bug Fixes
get-release-version: fix version validation rejecting valid versions
v1.20.0
v1.20.0 (Feb 3, 2026)
New Features
get-release-versionfetches the latest release from GitHub and (if available)
verifies their SHA-256 checksumstest-deb,test-rpm,test-windowscommands for smoke-testing artifactsdownload-from-releasemode for automatic artifact fetching- New example workflows:
verify-artifacts.yml,build-with-verification.yml
Enhancements
- All commands now support the
GITHUB_TOKENenv variable (where applicable)
with automatic fallback to token-unaware (anonymous) operations for public repos
v1.19.0
v1.19.0 (Feb 3, 2026)
Enhancements
- Improve SBOM section formatting in release body
- Simplify
generate-aur.nuvariable handling and error messages - Add tests for
get-cargo-info,copy-docs,copy-includes
v1.18.0
v1.18.0 (Feb 3, 2026)
Bug Fixes
- Fix Windows SDK
INCLUDEpath conflict by renaming internal env var toARCHIVE_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
v1.16.0 (Feb 2, 2026)
Enhancements
- Rename "Downloads" section to "Build Assets" in release body