1
0
Fork 0

Update build.yml

pull/3715/head
Methan Sritharan 2021-09-23 16:16:21 +05:30 committed by GitHub
parent 5ccec7b353
commit de3e2c31eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,9 @@ jobs:
- name: make bmi2
run: cd src && make clean && make -j build COMP=mingw ARCH=x86-64-bmi2 EXE=stockfish_x64_bmi2.exe && strip stockfish_x64_bmi2.exe
- run: mkdir -p path/to/artifact
- run: echo hello > path/to/artifact/copying.txt
- uses: actions/upload-artifact@v2
with:
name: stockfish