We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72e22e6 commit 55c66dbCopy full SHA for 55c66db
1 file changed
.github/workflows/cd.yaml
@@ -78,7 +78,7 @@ jobs:
78
[ -d build/src/build/ ] && mv build/src/build/* build/build/
79
rm -rf build/src/{bin,files,build}
80
81
- tree -a -L 3 build
+ find build -maxdepth 3 -print | sort
82
83
- name: Prepare packaged assets
84
run: |
0 commit comments