diff --git a/ports/ci/mac/deploy.sh b/ports/ci/mac/deploy.sh index 2414f14..d3e9c78 100644 --- a/ports/ci/mac/deploy.sh +++ b/ports/ci/mac/deploy.sh @@ -36,3 +36,6 @@ python3 ./DeployTools/deploy.py \ -d "${INSTALL_PREFIX}" \ -c "${BUILD_PATH}/package_info.conf" \ -o "${PACKAGES_DIR}" + +echo Checking packages directory +ls -l ${PACKAGES_DIR}