Update maven.yml
This commit is contained in:
parent
80c2979ce4
commit
7232ec5668
1 changed files with 0 additions and 7 deletions
7
.github/workflows/maven.yml
vendored
7
.github/workflows/maven.yml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue