Skip to content

Commit 55c66db

Browse files
committed
ci(cd): replace tree with portable find listing
1 parent 72e22e6 commit 55c66db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
[ -d build/src/build/ ] && mv build/src/build/* build/build/
7979
rm -rf build/src/{bin,files,build}
8080
81-
tree -a -L 3 build
81+
find build -maxdepth 3 -print | sort
8282
8383
- name: Prepare packaged assets
8484
run: |

0 commit comments

Comments
 (0)