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: |