diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b160f8c..33b2055 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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: