Just upload the log all the time

This commit is contained in:
Jean-Paul Calderone 2021-09-08 09:15:13 -04:00
parent bcf1c71536
commit 1d4bc54b48

View File

@ -76,9 +76,8 @@ jobs:
- name: Run tox for corresponding Python version
run: python -m tox
- name: Upload eliot.log in case of failure
- name: Upload eliot.log
uses: actions/upload-artifact@v1
if: failure()
with:
name: eliot.log
path: eliot.log