Update maven.yml
This commit is contained in:
parent
504e27d13f
commit
ff4d2f48d8
1 changed files with 2 additions and 2 deletions
4
.github/workflows/maven.yml
vendored
4
.github/workflows/maven.yml
vendored
|
@ -28,5 +28,5 @@ jobs:
|
||||||
- name: Create builds directory
|
- name: Create builds directory
|
||||||
run: mkdir -p builds
|
run: mkdir -p builds
|
||||||
|
|
||||||
- name: Copy built JAR files
|
- name: Copy all contents of target directory
|
||||||
run: cp -r target/*.jar builds/
|
run: cp -r target/. builds/
|
||||||
|
|
Loading…
Reference in a new issue