mirror of
https://github.com/block/goose.git
synced 2026-04-28 19:49:51 +00:00
fix: fixed the broken release (#6887)
This commit is contained in:
parent
69af713ee6
commit
8c7bb43f90
2 changed files with 3 additions and 13 deletions
12
.github/workflows/bundle-desktop-linux.yml
vendored
12
.github/workflows/bundle-desktop-linux.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue