This commit is contained in:
Chris Frohoff
2022-03-22 01:19:40 -07:00
parent 76585c5ab6
commit 53f560d22d
2 changed files with 9 additions and 5 deletions
+1
View File
@@ -88,6 +88,7 @@ jobs:
with:
path: artifacts
- run: cat artifacts/out*/*.txt > out.txt
- run: pip install pytablewriter
- run: cat out.txt | python artifacts/results/results.py > matrix.md
- uses: actions/upload-artifact@v3
with: