File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments