We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fca52c commit 4e97ef7Copy full SHA for 4e97ef7
.github/workflows/publish.yml
@@ -71,7 +71,7 @@ jobs:
71
cd $dir
72
echo "_lang|$dir" >> _config.txt
73
echo "::endgroup::"
74
- [ -f "./fts-keywords.lst" ] && sh ../_ftsbuilder/indexBuild.sh "./"
+ [ -f "./fts-keywords.lst" ] && bash ../_ftsbuilder/indexBuild.sh "./"
75
echo "::group::Language: $dir - zipping directory"
76
echo "Zipping ..."
77
zip -r -9 ../_output/Help-$dir.zip .
0 commit comments