Skip to content

Commit 03af783

Browse files
Fix test results upload path
1 parent acdcfc9 commit 03af783

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
8585
with:
8686
name: testresults-${{ matrix.os }}-${{ matrix.configuration }}
87-
path: testresults/**
87+
path: artifacts/testresults/**
8888

8989
publish-coverage:
9090
if: github.actor != 'dependabot[bot]'

0 commit comments

Comments
 (0)