From e5b679c0d380f0ed3aae2500671c8c137d446582 Mon Sep 17 00:00:00 2001 From: ophub <68696949+ophub@users.noreply.github.com> Date: Thu, 26 Dec 2024 16:06:15 +0800 Subject: [PATCH] Adjust directory traversal syntax --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 012fffab40..08f59096d5 100644 --- a/action.yml +++ b/action.yml @@ -96,7 +96,7 @@ runs: echo -e "PACKAGED_OUTPUTPATH: ${PWD}/${openwrt_outpath}" echo -e "PACKAGED_OUTPUTDATE: $(date +"%m.%d.%H%M")" echo -e "PACKAGED_STATUS: success" - echo -e "PACKAGED_OUTPUTPATH files list: \n$(ls -l ${PWD}/${openwrt_outpath} 2>/dev/null)" + echo -e "PACKAGED_OUTPUTPATH files list: \n$(ls -l ${PWD}/${openwrt_outpath}/ 2>/dev/null)" branding: icon: "terminal"