There was an error while loading. Please reload this page.
1 parent d63b15b commit bec355aCopy full SHA for bec355a
1 file changed
.github/workflows/common.yml
@@ -83,7 +83,7 @@ jobs:
83
if [ "${status:-0}" -ne "0" ] ; then
84
echo tests failed with status: ${status}
85
if [ -d "${LOG_ROOT}" ] ; then
86
- tar czf container-logs.tar.gz "${LOG_ROOT}"
+ tar czf container-logs.tar.gz -C "$(dirname "${LOG_ROOT}")" "$(basename "${LOG_ROOT}")"
87
fi
88
exit ${status}
89
0 commit comments