Skip to content

Commit 2b01b38

Browse files
committed
[ci] More packaging fixes
1 parent 41dd4f2 commit 2b01b38

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/build_cmake.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,10 +205,16 @@ jobs:
205205
mkdir -p output
206206
find . -name '*.zip' -exec mv {} output/ \;
207207
cd output
208+
echo " -- zip files: "
209+
ls
208210
for file in *.zip; do
209-
unzip -o $file
211+
unzip -o $file || true
210212
done
213+
214+
echo " -- extracted content: "
211215
ls
216+
echo " -- subfolders: "
217+
ls */
212218
rm *.zip
213219
214220
zip -r UltraLeap-max.zip UltraLeap-max

0 commit comments

Comments
 (0)