We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f2f5c6 commit e5a05e9Copy full SHA for e5a05e9
.github/workflows/050-user-memory-profile-ctrl.yaml
@@ -288,7 +288,7 @@ jobs:
288
cd $i.dir
289
mv ../$i ./$i
290
bash ${HOME}/mat/ParseHeapDump.sh ./$i org.eclipse.mat.api:overview
291
- unzip -d "${{ github.workspace }}"/report/$i.report ${i}_System_Overview.zip
+ unzip -d "${{ github.workspace }}"/report/$i.report $(find . -name '*System_Overview.zip')
292
cd "${{ github.workspace }}"/solo
293
done
294
0 commit comments