From 427b91e275da23c221e66745af774f0d8d725b7b Mon Sep 17 00:00:00 2001 From: Michael De Checchi Date: Fri, 10 Jan 2025 11:38:10 +0100 Subject: [PATCH] chore: Addressed incorrect artifact name in the sonar workflow (#1785) --- .github/workflows/schedule-sonar.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/schedule-sonar.yml b/.github/workflows/schedule-sonar.yml index fcd2481fd..7a5546d7f 100644 --- a/.github/workflows/schedule-sonar.yml +++ b/.github/workflows/schedule-sonar.yml @@ -36,7 +36,7 @@ jobs: - uses: jahia/jahia-modules-action/sonar-analysis@v2 with: primary_release_branch: ${{ matrix.supported_branches }} - build_artifacts: '' + build_artifacts: build-artifacts-${{ matrix.supported_branches }} github_pr_id: ${{github.event.number}} sonar_url: ${{ secrets.SONAR_URL }} sonar_token: ${{ secrets.SONAR_TOKEN }}