Update maven.yml
This commit is contained in:
parent
2480c0fbc1
commit
e3b0e1283b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/maven.yml
vendored
2
.github/workflows/maven.yml
vendored
|
|
@ -34,4 +34,4 @@ jobs:
|
||||||
uses: actions/upload-artifact@master
|
uses: actions/upload-artifact@master
|
||||||
with:
|
with:
|
||||||
name: package
|
name: package
|
||||||
path: targets/*.jar
|
path: target/*.jar
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue