Skip to content

Commit

Permalink
Correct the Jar path
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeineb2001 authored Dec 13, 2024
1 parent 41b176d commit 451e35f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/search-ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

- 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 451e35f

Please sign in to comment.