Skip to content

Commit 8c7bb43

Browse files
authored
fix: fixed the broken release (#6887)
1 parent 69af713 commit 8c7bb43

2 files changed

Lines changed: 3 additions & 13 deletions

File tree

.github/workflows/bundle-desktop-linux.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -181,15 +181,5 @@ jobs:
181181
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
182182
with:
183183
name: Goose-linux-x64-flatpak
184-
path: ui/desktop/out/make/flatpak/**/*.flatpak
185-
if-no-files-found: error
186-
187-
- name: Upload combined Linux packages
188-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
189-
with:
190-
name: Goose-linux-x64
191-
path: |
192-
ui/desktop/out/make/deb/x64/*.deb
193-
ui/desktop/out/make/rpm/x64/*.rpm
194-
ui/desktop/out/make/flatpak/**/*.flatpak
184+
path: ui/desktop/out/make/flatpak/x86_64/*.flatpak
195185
if-no-files-found: error

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
Goose*.zip
110110
*.deb
111111
*.rpm
112-
**/*.flatpak
112+
*.flatpak
113113
download_cli.sh
114114
allowUpdates: true
115115
omitBody: true
@@ -128,7 +128,7 @@ jobs:
128128
Goose*.zip
129129
*.deb
130130
*.rpm
131-
**/*.flatpak
131+
*.flatpak
132132
download_cli.sh
133133
allowUpdates: true
134134
omitBody: true

0 commit comments

Comments
 (0)