diff --git a/.github/workflows/main_sh-crescendo-server.yml b/.github/workflows/main_sh-crescendo-server.yml index 2e629cc..99a696c 100644 --- a/.github/workflows/main_sh-crescendo-server.yml +++ b/.github/workflows/main_sh-crescendo-server.yml @@ -22,6 +22,9 @@ jobs: java-version: '17' distribution: 'microsoft' + - name: Move to Server + run: cd crescendo-server + - name: Build with Gradle run: ./gradlew bootJar