Skip to content

Commit e5a05e9

Browse files
fix
Signed-off-by: Alex Kuzmin <alex.kuzmin@swirldslabs.com>
1 parent 6f2f5c6 commit e5a05e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/050-user-memory-profile-ctrl.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ jobs:
288288
cd $i.dir
289289
mv ../$i ./$i
290290
bash ${HOME}/mat/ParseHeapDump.sh ./$i org.eclipse.mat.api:overview
291-
unzip -d "${{ github.workspace }}"/report/$i.report ${i}_System_Overview.zip
291+
unzip -d "${{ github.workspace }}"/report/$i.report $(find . -name '*System_Overview.zip')
292292
cd "${{ github.workspace }}"/solo
293293
done
294294

0 commit comments

Comments
 (0)