We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e16df82 commit 40c769bCopy full SHA for 40c769b
.github/workflows/games.yml
@@ -103,13 +103,13 @@ jobs:
103
chmod +x ordo-linux64
104
105
chmod +x new-engine/engine
106
- chmod +x base-engine/chess_engine
+ chmod +x base-engine/${{ github.event.inputs.output_exec }}
107
108
- name: Run fastchess
109
run: |
110
./fastchess -recover \
111
-engine cmd=new-engine/engine name=new \
112
- -engine cmd=base-engine/chess_engine name=base \
+ -engine cmd=base-engine/${{ github.event.inputs.output_exec }} name=base \
113
-openings file=UHO_Lichess_4852_v1.epd format=epd order=random \
114
-each tc=${{ github.event.inputs.tc }} \
115
-rounds ${{ github.event.inputs.rounds }} \
0 commit comments