From ff4d2f48d8949f851834d2b47abb87acbb5bc633 Mon Sep 17 00:00:00 2001 From: potzplitz <127513690+potzplitz@users.noreply.github.com> Date: Sun, 3 Mar 2024 02:46:47 +0100 Subject: [PATCH] Update maven.yml --- .github/workflows/maven.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 92766c0..780419a 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -28,5 +28,5 @@ jobs: - name: Create builds directory run: mkdir -p builds - - name: Copy built JAR files - run: cp -r target/*.jar builds/ + - name: Copy all contents of target directory + run: cp -r target/. builds/