From 37bfac708b433c85e86ec47551f0dd2fe09b27a8 Mon Sep 17 00:00:00 2001 From: ZeinebMESSAOUDI <130365664+Zeineb2001@users.noreply.github.com> Date: Fri, 13 Dec 2024 08:57:13 +0100 Subject: [PATCH] Update search-ci-cd.yml --- .github/workflows/search-ci-cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/search-ci-cd.yml b/.github/workflows/search-ci-cd.yml index c4286e1a..c6c66c0d 100644 --- a/.github/workflows/search-ci-cd.yml +++ b/.github/workflows/search-ci-cd.yml @@ -46,11 +46,11 @@ jobs: uses: actions/download-artifact@v3 with: name: service-search.jar - path: target/ + path: ./ - name: Verify if the correct JAR file exists run: | - ls target/service-search-*.jar || (echo "JAR file not found!" && exit 1) + ls service-search-*.jar || (echo "JAR file not found!" && exit 1) - name: Add Server to Known Hosts run: |