The name must be pathless, it seems

This commit is contained in:
Jean-Paul Calderone 2021-09-08 09:42:23 -04:00
parent e3804e0354
commit 2a6870d772

View File

@ -85,7 +85,7 @@ jobs:
- name: Upload trial log
uses: actions/upload-artifact@v1
with:
name: _trial_temp/test.log
name: test.log
path: _trial_temp/test.log
# Upload this job's coverage data to Coveralls. While there is a GitHub