diff --git a/.github/workflows/analysis.yml b/.github/workflows/analysis.yml index 410eff7a..46995c15 100644 --- a/.github/workflows/analysis.yml +++ b/.github/workflows/analysis.yml @@ -32,8 +32,8 @@ jobs: if: steps.cache-sonar-scanner.outputs.cache-hit != 'true' shell: bash run: | - mkdir -p ./sonar/scanner - dotnet tool update dotnet-sonarscanner --tool-path .\.sonar\scanner + mkdir -p ./.sonar/scanner + dotnet tool update dotnet-sonarscanner --tool-path ./.sonar/scanner - name: Build and analyze env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any