Skip to content

Commit 559d840

Browse files
authored
Update games.yml
1 parent 9295dec commit 559d840

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/games.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
-sprt elo0=0 elo1=2 alpha=0.05 beta=0.05 | tee results.txt
119119
120120
./ordo-linux64 -o ratings.txt -- games.pgn
121-
tac results.txt | sed -n '/Total Time/,/^--------------------------------------------------$/p' | tac >> ratings.txt
121+
tac results.txt | sed -n '/Results of new vs base/,/^--------------------------------------------------$/p' results.txt | tac >> ratings.txt
122122
123123
- name: Upload results
124124
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)