From b72f40ff03a13e649f70ca970d5b9c68a6a7a269 Mon Sep 17 00:00:00 2001 From: Mathias Moser <71728767+matbmoser@users.noreply.github.com> Date: Fri, 22 Dec 2023 19:08:38 +0100 Subject: [PATCH] fix: fixed problem from path --- .github/workflows/publish-swagger-hub.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-swagger-hub.yaml b/.github/workflows/publish-swagger-hub.yaml index b5c725de9..ddc08736d 100644 --- a/.github/workflows/publish-swagger-hub.yaml +++ b/.github/workflows/publish-swagger-hub.yaml @@ -69,7 +69,7 @@ jobs: - name: Create and Download API specs shell: bash run: | - cd backend/productpass + cd dpp-backend/digitalproductpass echo "[INFO] - Compiling the backend" mvn -B clean install echo "[INFO] - Building a docker image - backend:test"