mirror of
https://github.com/block/goose.git
synced 2026-07-17 12:56:20 +02:00
fix: fixed the broken release (#6887)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user