diff --git a/.github/workflows/taosd-ci-build.yml b/.github/workflows/taosd-ci-build.yml index c977a56462..8ec3452b71 100644 --- a/.github/workflows/taosd-ci-build.yml +++ b/.github/workflows/taosd-ci-build.yml @@ -95,8 +95,8 @@ jobs: - name: Statistics size run: | - find ${{ github.workspace }}/debug/build/lib -type f -print0 | xargs -0 ls -lh - find ${{ github.workspace }}/debug/build/bin -type f -print0 | xargs -0 ls -lh + find ${{ github.workspace }}/debug/build/lib -type f -print0 | xargs -0 ls -lhrS + find ${{ github.workspace }}/debug/build/bin -type f -print0 | xargs -0 ls -lhrS - name: Start taosd run: |