Only upload the artifacts in the target directory
This makes failed builds complete a lot faster, but we won't have the OpenJDK or Netty files for failed builds.
This commit is contained in:
parent
9c87dc8208
commit
ca864c9af4
2
.github/workflows/ci-workflow.yml
vendored
2
.github/workflows/ci-workflow.yml
vendored
@ -55,4 +55,4 @@ jobs:
|
||||
if: ${{ failure() }}
|
||||
with:
|
||||
name: artifacts
|
||||
path: .
|
||||
path: target/
|
||||
|
Loading…
x
Reference in New Issue
Block a user