File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 3030 echo "[pub] string is missing in commit message, skipping ..."
3131 exit 0
3232
33+ - name : Clone another repo into folder xxx
34+ env :
35+ TOKEN : ${{ secrets.GITHUB_TOKEN }}
36+ run : |
37+ mkdir -p _ftsbuilder
38+ git clone https://x-access-token:${TOKEN}@github.com/HelpViewer/fulltextSearchDBBuilder.git _ftsbuilder
39+
3340 - name : Publish
3441 id : pub
3542 if : ${{ github.event_name == 'workflow_dispatch' || contains(github.event.head_commit.message, '[pub]') }}
6370 cp -r -T -v "$SRC_DIR"/. "$dir"/
6471 cd $dir
6572 echo "_lang|$dir" >> _config.txt
73+ echo "::endgroup::"
74+ [ -f "./fts-keywords.lst" ] && sh ../_ftsbuilder/indexBuild.sh "./"
75+ echo "::group::Language: $dir - zipping directory"
6676 echo "Zipping ..."
6777 zip -r -9 ../_output/Help-$dir.zip .
6878 cd ..
You can’t perform that action at this time.
0 commit comments