show more dir info

This commit is contained in:
loyalsoldier
2019-12-10 18:24:50 +08:00
parent 3d60ebfe4a
commit b716301e40
2 changed files with 9 additions and 1 deletions

View File

@@ -53,6 +53,14 @@ go run main.go
mv dlc.dat $V2RAY_FOLDER/geosite.dat
echo -e "${GREEN}>>> Finished geosite.dat ${NC}"
echo -e "${GREEN}>>> List $GITHUB_WORKSPACE files: ${NC}"
ls -lah $GITHUB_WORKSPACE
echo -e "\n"
echo -e "${GREEN}>>> List $GOPATH files: ${NC}"
ls -lah $GOPATH
echo -e "\n"
echo -e "\n"
echo -e "${GREEN}>>> List $V2RAY_FOLDER files: ${NC}"
ls -lah $V2RAY_FOLDER