Skip to content

Commit

Permalink
actions
Browse files Browse the repository at this point in the history
  • Loading branch information
alex9849 committed Dec 2, 2024
1 parent 5559555 commit c0bc838
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/maven-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -89,6 +90,7 @@ jobs:
- name: Download artifact
uses: actions/download-artifact@v4
with:
name: Server
path: backend/target/
- name: Build images
run: |
Expand Down

0 comments on commit c0bc838

Please sign in to comment.