We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 559d840 commit 2f962a9Copy full SHA for 2f962a9
1 file changed
.github/workflows/games.yml
@@ -118,8 +118,9 @@ jobs:
118
-sprt elo0=0 elo1=2 alpha=0.05 beta=0.05 | tee results.txt
119
120
./ordo-linux64 -o ratings.txt -- games.pgn
121
- tac results.txt | sed -n '/Results of new vs base/,/^--------------------------------------------------$/p' results.txt | tac >> ratings.txt
122
-
+ sed -n '/Results of new vs base/,/^--------------------------------------------------$/p' results.txt >> ratings.txt
123
+ sed -n '/Total Time/,/^--------------------------------------------------$/p' results.txt >> ratings.txt
124
- name: Upload results
125
uses: actions/upload-artifact@v4
126
with:
0 commit comments