mirror of
https://github.com/official-stockfish/Stockfish.git
synced 2026-07-22 12:47:08 +00:00
Copy scripts directory in distributed packages
closes https://github.com/official-stockfish/Stockfish/pull/5571 No functional change
This commit is contained in:
@@ -59,6 +59,7 @@ jobs:
|
|||||||
mv "${{ matrix.config.simple_name }} ${{ matrix.binaries }}" stockfish-workflow
|
mv "${{ matrix.config.simple_name }} ${{ matrix.binaries }}" stockfish-workflow
|
||||||
cd stockfish-workflow
|
cd stockfish-workflow
|
||||||
cp -r src ../stockfish/
|
cp -r src ../stockfish/
|
||||||
|
cp -r scripts ../stockfish/
|
||||||
cp stockfish-$NAME-$BINARY$EXT ../stockfish/
|
cp stockfish-$NAME-$BINARY$EXT ../stockfish/
|
||||||
cp "Top CPU Contributors.txt" ../stockfish/
|
cp "Top CPU Contributors.txt" ../stockfish/
|
||||||
cp Copying.txt ../stockfish/
|
cp Copying.txt ../stockfish/
|
||||||
|
|||||||
Reference in New Issue
Block a user