Skip to content

Commit

Permalink
Adjust directory traversal syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
ophub committed Dec 26, 2024
1 parent 3d1ff79 commit e5b679c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e5b679c

Please sign in to comment.