From 371d91de70b7205270e6312009a60fddff7dcea4 Mon Sep 17 00:00:00 2001 From: Gonzalo Exequiel Pedone Date: Sat, 26 Jun 2021 19:07:39 -0300 Subject: [PATCH] Trying to fix Github actions 14. --- ports/ci/mac/deploy.sh | 3 +++ 1 file changed, 3 insertions(+) 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}