Update maven.yml
This commit is contained in:
parent
e294a4b563
commit
4d61117d7f
1 changed files with 4 additions and 4 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 all contents of target directory
|
- name: Copy JAR file to builds directory
|
||||||
run: cp -r /home/runner/work/ExtremeDemonList/ExtremeDemonList/builds/ExtremeDemonList-0.0.1-SNAPSHOT.jar builds/
|
run: cp -r target/*.jar builds/
|
||||||
|
|
Loading…
Reference in a new issue