From 472a238d3ad136e3c3d9a7be4321105e9d7dbfaa Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Sat, 17 Apr 2021 01:30:16 +0200 Subject: [PATCH] Update analysis.yml --- .github/workflows/analysis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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