Skip to content

Commit 5328e83

Browse files
yrodierebeikov
authored andcommitted
Fix upload of Devbelocity build scans
Forgot this line. (cherry picked from commit a63716d)
1 parent 8e30558 commit 5328e83

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
@@ -226,7 +226,7 @@ jobs:
226226
if: "${{ !cancelled() }}"
227227
with:
228228
name: build-scan-data-${{ matrix.rdbms }}
229-
path: build-scan-data.tgz
229+
path: ~/.gradle/build-scan-data
230230
- name: Upload test reports (if Gradle failed)
231231
uses: actions/upload-artifact@v4
232232
if: failure()

0 commit comments

Comments
 (0)