Revert "fixed the broken release"

This reverts commit c9c32f53fc.
This commit is contained in:
Lifei Zhou
2026-02-02 14:47:08 +11:00
parent c9c32f53fc
commit ad036fe718
2 changed files with 13 additions and 3 deletions
+11 -1
View File
@@ -181,5 +181,15 @@ jobs:
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
with:
name: Goose-linux-x64-flatpak
path: ui/desktop/out/make/flatpak/x86_64/*.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
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