We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5202e7c commit 9295decCopy full SHA for 9295dec
1 file changed
.github/workflows/games.yml
@@ -118,7 +118,7 @@ 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 '/Total Time/,/^--------------------------------------------------$/p' | tac >> ratings.txtv
+ tac results.txt | sed -n '/Total Time/,/^--------------------------------------------------$/p' | tac >> ratings.txt
122
123
- name: Upload results
124
uses: actions/upload-artifact@v4
0 commit comments