Skip to content

Commit 4e97ef7

Browse files
authored
Update publish.yml : builder for fulltext index is using bash shell
1 parent 8fca52c commit 4e97ef7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
cd $dir
7272
echo "_lang|$dir" >> _config.txt
7373
echo "::endgroup::"
74-
[ -f "./fts-keywords.lst" ] && sh ../_ftsbuilder/indexBuild.sh "./"
74+
[ -f "./fts-keywords.lst" ] && bash ../_ftsbuilder/indexBuild.sh "./"
7575
echo "::group::Language: $dir - zipping directory"
7676
echo "Zipping ..."
7777
zip -r -9 ../_output/Help-$dir.zip .

0 commit comments

Comments
 (0)