Skip to content

Commit 5fe4e2f

Browse files
committed
Specify workdir
1 parent d9cd7d5 commit 5fe4e2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-actions-spring-boot-webserver.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
- name: Run Spring Boot Web Server
2121
# working-directory: native-image/spring-boot-webserver
2222
run: |
23-
cd workshops/native-image/spring-boot-webserver
2423
# Prepapre static resources
2524
unzip native-image/spring-boot-webserver/src/main/resources/static.zip
25+
cd workshops/native-image/spring-boot-webserver
2626
#
2727
2828
# Build JAR (Debian Slim)

0 commit comments

Comments
 (0)