We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4575c3f commit 06ee034Copy full SHA for 06ee034
1 file changed
.github/workflows/publish.yml
@@ -58,8 +58,7 @@ jobs:
58
mkdir -p $SRC_DIR
59
echo "::endgroup::"
60
61
- langdirs=$(printf "%s;" */)
62
- langdirs=${dirs%;}
+ langdirs=$(find . -maxdepth 1 -type d ! -name '.' -printf '%P\n' | paste -sd';')
63
64
for dir in */ ; do
65
dir=${dir%/}
0 commit comments