From d9cd7d541da0c312c1771fad5dbcdfc0301b77fe Mon Sep 17 00:00:00 2001 From: Olya Gupalo Date: Thu, 10 Oct 2024 11:01:22 +0300 Subject: [PATCH] Specify workdir --- .github/workflows/github-actions-spring-boot-webserver.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/github-actions-spring-boot-webserver.yml b/.github/workflows/github-actions-spring-boot-webserver.yml index 40cc178..3ba4a6a 100644 --- a/.github/workflows/github-actions-spring-boot-webserver.yml +++ b/.github/workflows/github-actions-spring-boot-webserver.yml @@ -20,6 +20,7 @@ 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 #