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