Update maven.yml

This commit is contained in:
potzplitz 2024-03-03 03:01:06 +01:00 committed by GitHub
parent e294a4b563
commit 4d61117d7f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,9 +24,9 @@ jobs:
- name: Build Java project with Maven
run: mvn clean package
- name: Create builds directory
run: mkdir -p builds
- name: Copy all contents of target directory
run: cp -r /home/runner/work/ExtremeDemonList/ExtremeDemonList/builds/ExtremeDemonList-0.0.1-SNAPSHOT.jar builds/
- name: Copy JAR file to builds directory
run: cp -r target/*.jar builds/