Fix upload of Devbelocity build scans
Forgot this line.
(cherry picked from commit a63716dab7
)
This commit is contained in:
parent
8e305582a7
commit
5328e83e03
|
@ -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()
|
||||||
|
|
Loading…
Reference in New Issue