Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 1 addition & 11 deletions .github/workflows/bundle-desktop-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,15 +181,5 @@ jobs:
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
with:
name: Goose-linux-x64-flatpak
path: ui/desktop/out/make/flatpak/**/*.flatpak
if-no-files-found: error

- name: Upload combined Linux packages
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
with:
name: Goose-linux-x64
path: |
ui/desktop/out/make/deb/x64/*.deb
ui/desktop/out/make/rpm/x64/*.rpm
ui/desktop/out/make/flatpak/**/*.flatpak
path: ui/desktop/out/make/flatpak/x86_64/*.flatpak
if-no-files-found: error
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
Goose*.zip
*.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.
download_cli.sh
allowUpdates: true
omitBody: true
Expand All @@ -128,7 +128,7 @@ jobs:
Goose*.zip
*.deb
*.rpm
**/*.flatpak
*.flatpak
download_cli.sh
allowUpdates: true
omitBody: true
Expand Down