File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -104,8 +104,8 @@ jobs:
104104 with :
105105 name : windows-dist
106106 path : |
107- dist/*.msi
108- dist/*.exe
107+ dist/**/* .msi
108+ dist/**/* .exe
109109 if-no-files-found : ignore
110110 retention-days : 7
111111
@@ -147,8 +147,8 @@ jobs:
147147 with :
148148 name : linux-x64-dist
149149 path : |
150- dist/*x86_64*.AppImage
151- dist/*amd64*.deb
150+ dist/**/* x86_64*.AppImage
151+ dist/**/* amd64*.deb
152152 if-no-files-found : ignore
153153 retention-days : 7
154154
@@ -189,9 +189,9 @@ jobs:
189189 with :
190190 name : raspi-armv7l-dist
191191 path : |
192- dist/*armv7l*.AppImage
193- dist/*armv7l*.deb
194- dist/*_armhf.deb
192+ dist/**/* armv7l*.AppImage
193+ dist/**/* armv7l*.deb
194+ dist/**/* _armhf.deb
195195 if-no-files-found : ignore
196196 retention-days : 7
197197
@@ -227,8 +227,8 @@ jobs:
227227 with :
228228 name : raspi-arm64-dist
229229 path : |
230- dist/*arm64*.AppImage
231- dist/*arm64*.deb
230+ dist/**/* arm64*.AppImage
231+ dist/**/* arm64*.deb
232232 if-no-files-found : ignore
233233 retention-days : 7
234234
@@ -283,8 +283,8 @@ jobs:
283283 with :
284284 name : macos-dist-unsigned
285285 path : |
286- dist/*.dmg
287- dist/*.zip
286+ dist/**/* .dmg
287+ dist/**/* .zip
288288 if-no-files-found : ignore
289289 retention-days : 7
290290
You can’t perform that action at this time.
0 commit comments