Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladik-gif committed Aug 5, 2024
1 parent 6b90cae commit 4411324
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ jobs:
- name: Download JAR
uses: actions/download-artifact@v4

- name: Check if JAR file exists
run: ls -la target/

- name: Deploy to EB
uses: einaregilsson/beanstalk-deploy@v13
with:
Expand Down

0 comments on commit 4411324

Please sign in to comment.