diff --git a/.github/workflows/inventory-ci-cd.yml b/.github/workflows/inventory-ci-cd.yml index e9f8f446..dfc64fdb 100644 --- a/.github/workflows/inventory-ci-cd.yml +++ b/.github/workflows/inventory-ci-cd.yml @@ -50,7 +50,7 @@ jobs: - name: Verify if the correct JAR file exists run: | - ls target/service-inventory.jar || (echo "JAR file not found!" && exit 1) + ls *.jar || (echo "JAR file not found!" && exit 1) - name: Add Server to Known Hosts run: |