We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53e6635 commit cdd863fCopy full SHA for cdd863f
1 file changed
.github/workflows/games.yml
@@ -156,8 +156,9 @@ jobs:
156
- name: Run Ordo
157
run: |
158
chmod +x tools/ordo-linux64
159
- printf '<%s>\n' shard-*/game_*.pgn
160
- tools/ordo-linux64 -o ratings.txt -- shard-*/games_*.pgn
+ printf '<%s>\n' shard-*/games_*.pgn
+ cat shard-*/games_*.pgn > games.pgn
161
+ tools/ordo-linux64 -o ratings.txt games.pgn
162
163
- uses: actions/setup-python@v6
164
with:
0 commit comments