Skip to content

Commit 40c769b

Browse files
authored
Update games.yml
1 parent e16df82 commit 40c769b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/games.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,13 +103,13 @@ jobs:
103103
chmod +x ordo-linux64
104104

105105
chmod +x new-engine/engine
106-
chmod +x base-engine/chess_engine
106+
chmod +x base-engine/${{ github.event.inputs.output_exec }}
107107

108108
- name: Run fastchess
109109
run: |
110110
./fastchess -recover \
111111
-engine cmd=new-engine/engine name=new \
112-
-engine cmd=base-engine/chess_engine name=base \
112+
-engine cmd=base-engine/${{ github.event.inputs.output_exec }} name=base \
113113
-openings file=UHO_Lichess_4852_v1.epd format=epd order=random \
114114
-each tc=${{ github.event.inputs.tc }} \
115115
-rounds ${{ github.event.inputs.rounds }} \

0 commit comments

Comments
 (0)