ci(build-artifacts): emit Linux .deb as linux-deb artifact#2986
Merged
Vaibhaav-Tiwari merged 1 commit intoJul 23, 2026
Conversation
The release migration dropped the Linux .deb that current releases ship: build-artifacts.yml only captured the AppImage. forge.config.ts already runs @electron-forge/maker-deb on linux, so capture its output too: copy it to the version-less alias agent-orchestrator-linux-x64.deb, upload it as a separate linux-deb run artifact (retention 1 day), and merge its sha256 into the linux-x64 digest fragment so digests.json gains the agent-orchestrator-linux-x64.deb key. Additive only: the mac/win legs, the four existing artifacts, and signing are untouched. The deb lives in its own dist-deb dir so the linux artifact's glob cannot pick it up. Closes #2983 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Collaborator
Author
|
Proof dispatch completed green: https://github.com/AgentWrapper/agent-orchestrator/actions/runs/29941224512
"agent-orchestrator-linux-x64.deb": "45a5b2df2f42a2f6a7f2e69c32ab1dfba647acfd496373b29d0722f5ac5a8270" |
harshitsinghbhandari
requested review from
Vaibhaav-Tiwari,
illegalcall,
neversettle17-101 and
whoisasx
July 22, 2026 17:28
Vaibhaav-Tiwari
approved these changes
Jul 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The release migration regressed the Linux
.deb: current releases ship one, butbuild-artifacts.ymlonly captured the AppImage.forge.config.tsalready runs@electron-forge/maker-debon linux, so this captures its existing output; no packaging changes..debto the version-less aliasagent-orchestrator-linux-x64.deb(consistent with the four existing aliases).linux-deb(retention-days: 1), a single file inside.digests.jsongains exactly one new key:agent-orchestrator-linux-x64.deb.Additive only: mac/win legs, the four existing artifacts, and signing are untouched. The deb is staged in its own
dist-deb/dir because thelinuxartifact'sagent-orchestrator-linux-x64.*glob would otherwise swallow it.Closes #2983
Verification
actionlintclean.8b78627cc): https://github.com/AgentWrapper/agent-orchestrator/actions/runs/29941224512 (will confirmlinux-debartifact + digests key once the run completes).🤖 Generated with Claude Code