From 09cd046e3260bcfbeca27f92c6a87529552c5df1 Mon Sep 17 00:00:00 2001 From: ZeinebMESSAOUDI <130365664+Zeineb2001@users.noreply.github.com> Date: Sun, 22 Dec 2024 20:34:53 +0100 Subject: [PATCH] Update inventory-ci-cd.yml --- .github/workflows/inventory-ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: |