Skip to content

Fix upload version of Debian archive#109

Open
moritzheiber wants to merge 1 commit intomainfrom
fix-deb-upload
Open

Fix upload version of Debian archive#109
moritzheiber wants to merge 1 commit intomainfrom
fix-deb-upload

Conversation

@moritzheiber
Copy link
Copy Markdown
Contributor

I'm seeing troubles with downloading the right artifact in the release workflow since the upload and download versions don't match. This PR tries to correct that mismatch and the release workflow should work afterwards.

Copilot AI review requested due to automatic review settings May 2, 2026 08:35
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

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 fixes the release workflow’s Debian artifact naming so the .deb upload and download steps use the same version source. In the release pipeline, that aligns the build-deb and release jobs and should prevent the release job from looking for a differently named artifact.

Changes:

  • Update the Debian artifact upload step to use needs.build.outputs.version.
  • Align the .deb artifact name with the existing download step in the release job.
Show a summary per file
File Description
.github/workflows/release.yml Makes the Debian artifact name consistent across workflow jobs so release assembly can download the uploaded .deb artifact reliably.

Copilot's findings

Tip

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

  • Files reviewed: 1/1 changed files
  • Comments generated: 0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants