From aa363d2d754a39ff46b30d656acb4c6332a33e2a Mon Sep 17 00:00:00 2001 From: loyalsoldier Date: Sat, 14 Dec 2019 02:47:35 +0800 Subject: [PATCH] show last 10 lines of category-ads-all file --- .github/workflows/build.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f8f6368..1d9d622 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -110,6 +110,11 @@ jobs: echo ">>>>>>>>>>>>>>>>>>>>>>>>" + echo "list last 10 lines of category-ads-all file" + tail -n 10 $GOPATH/src/$GEOSITE_REPO/data/category-ads-all + + echo ">>>>>>>>>>>>>>>>>>>>>>>>" + echo "list files in publish folder" ls -lah ./publish