Skip to content

Commit cdd863f

Browse files
committed
test
1 parent 53e6635 commit cdd863f

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/games.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,9 @@ jobs:
156156
- name: Run Ordo
157157
run: |
158158
chmod +x tools/ordo-linux64
159-
printf '<%s>\n' shard-*/game_*.pgn
160-
tools/ordo-linux64 -o ratings.txt -- shard-*/games_*.pgn
159+
printf '<%s>\n' shard-*/games_*.pgn
160+
cat shard-*/games_*.pgn > games.pgn
161+
tools/ordo-linux64 -o ratings.txt games.pgn
161162
162163
- uses: actions/setup-python@v6
163164
with:

0 commit comments

Comments
 (0)