Skip to content

fix: fixed the broken release (#6887)#6888

Merged
lifeizhou-ap merged 1 commit intorelease/1.22.2from
lifei/apply-release-fix
Feb 2, 2026
Merged

fix: fixed the broken release (#6887)#6888
lifeizhou-ap merged 1 commit intorelease/1.22.2from
lifei/apply-release-fix

Conversation

@lifeizhou-ap
Copy link
Collaborator

Summary

Cherry pick release fix on main

Copilot AI review requested due to automatic review settings February 2, 2026 04:13
@lifeizhou-ap lifeizhou-ap merged commit 46c5bbe into release/1.22.2 Feb 2, 2026
7 checks passed
@lifeizhou-ap lifeizhou-ap deleted the lifei/apply-release-fix branch February 2, 2026 04:14
Copy link
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 a broken release workflow by correcting flatpak file path patterns. The issue was that **/*.flatpak pattern doesn't match files in the root directory after artifacts are merged, whereas *.flatpak does.

Changes:

  • Changed flatpak artifact pattern from **/*.flatpak to *.flatpak in release.yml
  • Updated flatpak artifact upload path to use specific x86_64 subdirectory in bundle-desktop-linux.yml
  • Removed redundant "Upload combined Linux packages" artifact step

Reviewed changes

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

File Description
.github/workflows/release.yml Fixed flatpak artifact pattern from **/*.flatpak to *.flatpak in both versioned and stable release steps
.github/workflows/bundle-desktop-linux.yml Updated flatpak artifact path to specific x86_64 directory and removed redundant combined artifact upload

*.deb
*.rpm
**/*.flatpak
*.flatpak
Copy link

Copilot AI Feb 2, 2026

Choose a reason for hiding this comment

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

The canary.yml and nightly.yml workflows still use the **/*.flatpak pattern that this PR is fixing. They should be updated to use *.flatpak for consistency with this fix.

Copilot uses AI. Check for mistakes.
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.

1 participant