actions/upload-artifact@v2 with path does not take a list

This commit is contained in:
Hamish Coleman 2021-11-06 19:21:03 +00:00
parent 662e17afd6
commit 91d325b73a

View File

@ -72,6 +72,11 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: tests-out
path:
- tests
- build/Testing
path: tests
- if: ${{ failure() }}
name: Upload cmake test output
uses: actions/upload-artifact@v2
with:
name: tests-out
path: build/Testing