This commit is contained in:
Chris Frohoff
2022-03-24 23:36:30 -07:00
parent 63fb24166a
commit 750ce2fe92
+1
View File
@@ -104,6 +104,7 @@ jobs:
- run: pip install pytablewriter - run: pip install pytablewriter
- run: cat out.txt | python artifacts/results/results.py > matrix.md - run: cat out.txt | python artifacts/results/results.py > matrix.md
- uses: actions/upload-artifact@v3 - uses: actions/upload-artifact@v3
if: always()
with: with:
name: out name: out
path: out.txt path: out.txt