Skip to content

Commit d987d8f

Browse files
author
Gonzalo Diaz
committed
[BUGFIX] [Github Actions] BUILD_WRAPPER_OUT_DIR environment variable fixed.
https://github.com/SonarSource/sonarqube-scan-action/blob/f932b66/README.md
1 parent 349a3bd commit d987d8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-24.04
1515
env:
1616
# Directory where build-wrapper output will be placed
17-
BUILD_WRAPPER_OUT_DIR: build_wrapper_output_directory
17+
BUILD_WRAPPER_OUT_DIR: build
1818
steps:
1919
- uses: actions/checkout@v5
2020
with:

0 commit comments

Comments
 (0)