diff --git a/.github/workflows/stockfish_arm_binaries.yml b/.github/workflows/stockfish_arm_binaries.yml index a1b3cdab..e088c441 100644 --- a/.github/workflows/stockfish_arm_binaries.yml +++ b/.github/workflows/stockfish_arm_binaries.yml @@ -99,10 +99,17 @@ jobs: - name: Remove non src files run: rm -f *.o .depend *.nnue + - name: Download wiki + run: | + git clone https://github.com/official-stockfish/Stockfish.wiki.git ../wiki + cd ../wiki + rm -rf .git + - name: Create tar archive. run: | cd .. mkdir stockfish + cp -r wiki stockfish/ cp -r src stockfish/ cp stockfish-android-$BINARY$EXT stockfish/ cp "Top CPU Contributors.txt" stockfish/ diff --git a/.github/workflows/stockfish_binaries.yml b/.github/workflows/stockfish_binaries.yml index 06b13a9e..b22897cf 100644 --- a/.github/workflows/stockfish_binaries.yml +++ b/.github/workflows/stockfish_binaries.yml @@ -83,10 +83,17 @@ jobs: - name: Remove non src files run: rm -f *.o .depend *.nnue + - name: Download wiki + run: | + git clone https://github.com/official-stockfish/Stockfish.wiki.git ../wiki + cd ../wiki + rm -rf .git + - name: Create tar archive. run: | cd .. mkdir stockfish + cp -r wiki stockfish/ cp -r src stockfish/ cp stockfish-$OS-$BINARY$EXT stockfish/ cp "Top CPU Contributors.txt" stockfish/