diff --git a/.github/workflows/build-listing.yml b/.github/workflows/build-listing.yml index 2c527fe..107e1da 100644 --- a/.github/workflows/build-listing.yml +++ b/.github/workflows/build-listing.yml @@ -66,7 +66,7 @@ jobs: - name: Install dependencies #restore the solution in the CodeCoverage folder - run: dotnet restore ./CodeCoverage/*.csproj + run: dotnet restore $GITHUB_WORKSPACE/CodeCoverage/CodeCoverage.csproj - name: Build run: dotnet build