diff --git a/.github/actions/download-cache-and-artifacts/action.yml b/.github/actions/download-cache-and-artifacts/action.yml index 3c3b170fee..0644529b56 100644 --- a/.github/actions/download-cache-and-artifacts/action.yml +++ b/.github/actions/download-cache-and-artifacts/action.yml @@ -28,8 +28,8 @@ runs: pwd ls -lha echo "====DIST====" - find dist -maxdepth 1 -type d + find dist -maxdepth 1 -type d || true echo "====NXCACHE====" - find nxcache -maxdepth 1 -type d + find nxcache -maxdepth 1 -type d || true echo "====ADF====" - find node_modules/@alfresco/ -maxdepth 1 -type d \ No newline at end of file + find node_modules/@alfresco/ -maxdepth 1 -type d || true \ No newline at end of file