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/