Upload whole working directory on build failure
This should help debug JVM crashes.
This commit is contained in:
parent
fb7279e82f
commit
fd4c051573
4
.github/workflows/ci-workflow.yml
vendored
4
.github/workflows/ci-workflow.yml
vendored
@ -47,5 +47,5 @@ jobs:
|
||||
- uses: actions/upload-artifact@v2
|
||||
if: ${{ failure() }}
|
||||
with:
|
||||
name: target
|
||||
path: target/ # or path/to/artifact
|
||||
name: artifacts
|
||||
path: .
|
||||
|
Loading…
x
Reference in New Issue
Block a user