Skip to content

Commit

Permalink
Specify workdir
Browse files Browse the repository at this point in the history
  • Loading branch information
olyagpl committed Oct 10, 2024
1 parent d9cd7d5 commit 5fe4e2f
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,9 +20,9 @@ jobs:
- name: Run Spring Boot Web Server
# working-directory: native-image/spring-boot-webserver
run: |
cd workshops/native-image/spring-boot-webserver
# Prepapre static resources
unzip native-image/spring-boot-webserver/src/main/resources/static.zip
cd workshops/native-image/spring-boot-webserver
#
# Build JAR (Debian Slim)
Expand Down

0 comments on commit 5fe4e2f

Please sign in to comment.