From 5328e83e035808fc67bcfa684864deed900ef410 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yoann=20Rodi=C3=A8re?= Date: Mon, 28 Oct 2024 12:02:21 +0100 Subject: [PATCH] Fix upload of Devbelocity build scans Forgot this line. (cherry picked from commit a63716dab7e1fee56de86f61199ca3fa84c644ab) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d0d63ac3f9..adabb0da78 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -226,7 +226,7 @@ jobs: if: "${{ !cancelled() }}" with: name: build-scan-data-${{ matrix.rdbms }} - path: build-scan-data.tgz + path: ~/.gradle/build-scan-data - name: Upload test reports (if Gradle failed) uses: actions/upload-artifact@v4 if: failure()