Skip to content

Commit a63716d

Browse files
committed
Fix upload of Devbelocity build scans
Forgot this line.
1 parent 6551aa5 commit a63716d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ jobs:
225225
if: "${{ !cancelled() }}"
226226
with:
227227
name: build-scan-data-${{ matrix.rdbms }}
228-
path: build-scan-data.tgz
228+
path: ~/.gradle/build-scan-data
229229
- name: Upload test reports (if Gradle failed)
230230
uses: actions/upload-artifact@v4
231231
if: failure()

0 commit comments

Comments
 (0)