Fix upload of Devbelocity build scans

Forgot this line.

(cherry picked from commit a63716dab7)
This commit is contained in:
Yoann Rodière 2024-10-28 12:02:21 +01:00 committed by Christian Beikov
parent 8e305582a7
commit 5328e83e03
1 changed files with 1 additions and 1 deletions

View File

@ -226,7 +226,7 @@ jobs:
if: "${{ !cancelled() }}" if: "${{ !cancelled() }}"
with: with:
name: build-scan-data-${{ matrix.rdbms }} name: build-scan-data-${{ matrix.rdbms }}
path: build-scan-data.tgz path: ~/.gradle/build-scan-data
- name: Upload test reports (if Gradle failed) - name: Upload test reports (if Gradle failed)
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
if: failure() if: failure()