Parallel gradle builds + explicit output directory
This commit is contained in:
parent
f265e4daf7
commit
0671b45185
4 changed files with 21 additions and 1 deletions
2
.github/workflows/gradle.yml
vendored
2
.github/workflows/gradle.yml
vendored
|
|
@ -28,4 +28,4 @@ jobs:
|
|||
uses: actions/upload-artifact@v2.2.1
|
||||
with:
|
||||
name: ServerUtils
|
||||
path: build/libs/*-all.jar
|
||||
path: jars/*.jar
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue