Upload whole working directory on build failure

This should help debug JVM crashes.
This commit is contained in:
Chris Vest 2021-03-28 14:02:39 +02:00
parent fb7279e82f
commit fd4c051573

View File

@ -47,5 +47,5 @@ jobs:
- uses: actions/upload-artifact@v2
if: ${{ failure() }}
with:
name: target
path: target/ # or path/to/artifact
name: artifacts
path: .