chore(ci): statistics ci report sort by size desc

This commit is contained in:
freemine 2025-03-13 07:32:16 +08:00
parent 2a244e3c4e
commit 6a6cf065b2
1 changed files with 2 additions and 2 deletions

View File

@ -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: |