Skip to content

ci: friendly release asset names and drift-free install docs#1439

Merged
Benoît Cortier (CBenoit) merged 3 commits into
masterfrom
ci/clean-upbinaries-release
Jul 10, 2026
Merged

ci: friendly release asset names and drift-free install docs#1439
Benoît Cortier (CBenoit) merged 3 commits into
masterfrom
ci/clean-upbinaries-release

Conversation

@CBenoit

Copy link
Copy Markdown
Member

Rename prebuilt binary assets to friendly os-arch names (e.g. ironrdp-agent--linux-x64.tar.gz), dropping the Rust target triple from the filename, and make the triple authoritative by passing --target to cargo so a runner/target mismatch fails loudly instead of silently mislabeling an asset.

Move the detailed download/verify instructions out of the READMEs and into the GitHub Release body, generated by the workflow so they can never drift from the actual assets. The block is injected idempotently between sentinel markers, so re-running the workflow (the recovery path for a failed matrix leg) replaces it in place rather than appending. The READMEs are demoted to short evergreen pointers to the Releases page.

Extract the duplicated native-dependency install steps (Linux ALSA headers, Windows NASM) into a shared .github/actions/install-build-deps composite action reused by ci.yml and release-binaries.yml.

Rename prebuilt binary assets to friendly os-arch names
(e.g. ironrdp-agent-<version>-linux-x64.tar.gz), dropping the Rust
target triple from the filename, and make the triple authoritative by
passing --target to cargo so a runner/target mismatch fails loudly
instead of silently mislabeling an asset.

Move the detailed download/verify instructions out of the READMEs and
into the GitHub Release body, generated by the workflow so they can
never drift from the actual assets. The block is injected idempotently
between sentinel markers, so re-running the workflow (the recovery path
for a failed matrix leg) replaces it in place rather than appending.
The READMEs are demoted to short evergreen pointers to the Releases
page.

Extract the duplicated native-dependency install steps (Linux ALSA
headers, Windows NASM) into a shared .github/actions/install-build-deps
composite action reused by ci.yml and release-binaries.yml.
Copilot AI review requested due to automatic review settings July 10, 2026 12:44
@CBenoit Benoît Cortier (CBenoit) enabled auto-merge (squash) July 10, 2026 12:45

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR improves binary release naming, documentation, and shared CI dependency setup.

Changes:

  • Uses friendly OS/architecture asset names and explicit Rust targets.
  • Generates installation instructions in GitHub Release notes.
  • Consolidates native build dependency installation into a composite action.

Reviewed changes

Copilot reviewed 7 out of 7 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
release-plz.toml Documents executable release packages.
README.md Replaces detailed installation steps with a Releases link.
crates/ironrdp-agent/README.md Adds prebuilt binary guidance.
crates/ironrdp-viewer/README.md Adds prebuilt binary guidance.
.github/workflows/release-binaries.yml Renames assets, builds explicit targets, and generates release notes.
.github/workflows/ci.yml Uses the shared dependency action.
.github/actions/install-build-deps/action.yml Centralizes Linux and Windows build dependency installation.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/workflows/release-binaries.yml
Comment thread .github/workflows/release-binaries.yml Outdated
Comment thread .github/workflows/release-binaries.yml Outdated

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 7 out of 7 changed files in this pull request and generated 1 comment.

Comment thread .github/workflows/release-binaries.yml
@CBenoit Benoît Cortier (CBenoit) enabled auto-merge (squash) July 10, 2026 13:17
@CBenoit Benoît Cortier (CBenoit) merged commit 8544360 into master Jul 10, 2026
22 checks passed
@CBenoit Benoît Cortier (CBenoit) deleted the ci/clean-upbinaries-release branch July 10, 2026 13:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants