fix: fixed the broken release (#6887)

This commit is contained in:
Lifei Zhou
2026-02-02 15:08:43 +11:00
committed by GitHub
parent 69af713ee6
commit 8c7bb43f90
2 changed files with 3 additions and 13 deletions
+1 -11
View File
@@ -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
+2 -2
View File
@@ -109,7 +109,7 @@ jobs:
Goose*.zip
*.deb
*.rpm
**/*.flatpak
*.flatpak
download_cli.sh
allowUpdates: true
omitBody: true
@@ -128,7 +128,7 @@ jobs:
Goose*.zip
*.deb
*.rpm
**/*.flatpak
*.flatpak
download_cli.sh
allowUpdates: true
omitBody: true