From bcbae5bc66055b9dccb78987a6beb86e06d175da Mon Sep 17 00:00:00 2001 From: Sean OMeara Date: Tue, 28 Mar 2023 14:29:53 +0200 Subject: [PATCH] tweaking --- ci/scripts/publish.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci/scripts/publish.sh b/ci/scripts/publish.sh index 61bc882a2..fa1e2468a 100755 --- a/ci/scripts/publish.sh +++ b/ci/scripts/publish.sh @@ -18,6 +18,8 @@ fi function publish_rpm { mkdir -p /${CHANNEL}/${DISTRO} + ls -la /${CHANNEL} + ls -la . cp -a ${ZT_NAME} /${CHANNEL}/${DISTRO} }