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