diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 2782b0a..52a8974 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -9,7 +9,7 @@ jobs: build: # Fisrt we we will setup only build job runs-on: ubuntu-latest # <-- OS to run the job env: # Environment variables - SOLUTION_PATH: SimpleApi-CICD/SimpleAPI/SimpleAPI.sln #// Path to the solution file + SOLUTION_PATH: SimpleAPI/SimpleAPI.sln #// Path to the solution file steps: - name: Checkout-code # Step 1: Checkout the code from repository