diff --git a/.github/workflows/maven-deploy.yml b/.github/workflows/maven-deploy.yml index 6c606020..f3920f67 100644 --- a/.github/workflows/maven-deploy.yml +++ b/.github/workflows/maven-deploy.yml @@ -56,6 +56,7 @@ jobs: - name: Download artifact uses: actions/download-artifact@v4 with: + name: Server path: backend/target/ - name: Archive application wait html run: tar -C script/ -cf wait-for-app.tar wait-for-app-html @@ -89,6 +90,7 @@ jobs: - name: Download artifact uses: actions/download-artifact@v4 with: + name: Server path: backend/target/ - name: Build images run: |