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 3dea0bd commit 8e08539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions-spring-boot-webserver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Run Spring Boot Web Server
run: |
# Prepapre static resources
unzip src/main/resources/static.zip
unzip native-image/spring-boot-webserver/src/main/resources/static.zip
#
# Build JAR (Debian Slim)
Expand Down

0 comments on commit 8e08539

Please sign in to comment.