Fixed wrong build wrapper ouput dir in workflow.yml

This commit is contained in:
2022-01-04 20:07:21 +01:00
committed by CommanderRedYT
parent 11972b31dd
commit 9992bc7286

View File

@ -481,5 +481,5 @@ jobs:
cd repository
sonar-scanner \
--define sonar.host.url="https://sonarcloud.io" \
--define sonar.cfamily.build-wrapper-output="../${{ env.BUILD_WRAPPER_OUT_DIR }}" \
--define sonar.cfamily.build-wrapper-output="${{ env.BUILD_WRAPPER_OUT_DIR }}" \
--define sonar.cfamily.cache.path="../${{ env.SONAR_CACHE_DIR }}"