diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a0ccc94..4511167 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -49,5 +49,5 @@ jobs: run: | dotnet tool install --global dotnet-coverage .\.sonar\scanner\dotnet-sonarscanner begin /k:"chrdek_QueryablDataCalc" /o:"chrdek" /d:sonar.token="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="https://sonarcloud.io" - dotnet build .\DataCalc.csproj /t:Rebuild /p:Configuration=Debug + dotnet build .\Queryabl\DataCalc.csproj /t:Rebuild /p:Configuration=Debug .\.sonar\scanner\dotnet-sonarscanner end /d:sonar.token="${{ secrets.SONAR_TOKEN }}" \ No newline at end of file