From 4d61117d7f9dc78da91ff3cca714543593848e48 Mon Sep 17 00:00:00 2001 From: potzplitz <127513690+potzplitz@users.noreply.github.com> Date: Sun, 3 Mar 2024 03:01:06 +0100 Subject: [PATCH] Update maven.yml --- .github/workflows/maven.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 86bbaa0..9a0ba11 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -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/