Skip to content

Commit

Permalink
Add prepapre static resources step
Browse files Browse the repository at this point in the history
  • Loading branch information
olyagpl committed Sep 27, 2024
1 parent be37e8c commit 3dea0bd
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/github-actions-spring-boot-webserver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ jobs:
- name: Run Spring Boot Web Server
run: |
# Prepapre static resources
cd src/main/resources/
unzip static.zip
cd ../../..
unzip src/main/resources/static.zip
#
# Build JAR (Debian Slim)
Expand Down Expand Up @@ -67,7 +65,7 @@ jobs:
docker images webserver
# Restore defaults
git clean -fd .
git clean -fd static/
- name: Archive production artifacts
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 3dea0bd

Please sign in to comment.