Skip to content

Commit

Permalink
Fix upload of Devbelocity build scans
Browse files Browse the repository at this point in the history
Forgot this line.

(cherry picked from commit a63716d)
  • Loading branch information
yrodiere authored and beikov committed Oct 28, 2024
1 parent 8e30558 commit 5328e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 5328e83

Please sign in to comment.