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"