Skip to content

Commit f92c05f

Browse files
Set path for speed test correctly [ci skip]
1 parent 5aa33fa commit f92c05f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/performance-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
uses: actions/upload-artifact@v4
114114
with:
115115
name: ${{ matrix.location }}-flight-recorder
116-
path: application/${{ matrix.location }}-speed-test.jfr
116+
path: ${{ matrix.location }}-speed-test.jfr
117117

118118
- name: Run transfer cache speed test
119119
if: matrix.profile == 'core' || github.ref == 'refs/heads/dev-2.x'

0 commit comments

Comments
 (0)