From 7232ec56686f5c03530f289e7f766e056cc580f8 Mon Sep 17 00:00:00 2001 From: potzplitz <127513690+potzplitz@users.noreply.github.com> Date: Sun, 3 Mar 2024 02:40:49 +0100 Subject: [PATCH] Update maven.yml --- .github/workflows/maven.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index b4596b8..92766c0 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -25,13 +25,6 @@ jobs: - name: Build Java project with Maven run: mvn clean package - - name: Check if JAR files exist - run: | - if ! [ -d "target" ] || ! [ "$(ls -A target/*.jar 2>/dev/null)" ]; then - echo "No JAR files found in target directory or target directory does not exist." - exit 1 - fi - - name: Create builds directory run: mkdir -p builds