mirror of
https://github.com/sockspls/badfish
synced 2025-04-29 08:13: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:
parent
e74452ae44
commit
66a7965b0f
1 changed files with 1 additions and 0 deletions
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/
|
||||
|
|
Loading…
Add table
Reference in a new issue