Skip to content

Commit

Permalink
Update search-ci-cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeineb2001 authored Dec 13, 2024
1 parent 175c412 commit 37bfac7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/search-ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 37bfac7

Please sign in to comment.