Skip to content

Commit

Permalink
fix: dirty fix
Browse files Browse the repository at this point in the history
  • Loading branch information
oott123 committed Dec 8, 2021
1 parent bd38337 commit 69c698c
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,16 @@ jobs:
mkdir -p ../out
mv ./bin/tdlib_json_cli ../out/tdlib_json_cli-linux-$MATRIX_COMPILER
cd ../td
echo "start doxygen ..."
time doxygen
cd ..
cd types-generator
npm i
cd ..
node ./types-generator/index.js
mv types.json out/types.json
if [ "$MATRIX_COMPILER" == "clang" ]; then
echo "start doxygen ..."
time doxygen
cd ..
cd types-generator
npm i
cd ..
node ./types-generator/index.js
mv types.json out/types.json
fi
env:
MATRIX_COMPILER: ${{ matrix.compiler }}
- name: Upload binary artifact
Expand Down

0 comments on commit 69c698c

Please sign in to comment.