We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06ee034 commit 6d5422bCopy full SHA for 6d5422b
.github/workflows/publish.yml
@@ -58,7 +58,7 @@ jobs:
58
mkdir -p $SRC_DIR
59
echo "::endgroup::"
60
61
- langdirs=$(find . -maxdepth 1 -type d ! -name '.' -printf '%P\n' | paste -sd';')
+ langdirs=$(find . -maxdepth 1 -type d ! -name '.' ! -name '.*' ! -name '_*' -printf '%P\n' | paste -sd';')
62
63
for dir in */ ; do
64
dir=${dir%/}
0 commit comments