From e768b8e362ce5cb73750fb526669b02e8ec587d9 Mon Sep 17 00:00:00 2001 From: potzplitz <127513690+potzplitz@users.noreply.github.com> Date: Sun, 3 Mar 2024 02:43:38 +0100 Subject: [PATCH] Update maven.yml --- .github/workflows/maven.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index b4596b8..1391aea 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -27,9 +27,7 @@ jobs: - 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