Skip to content

Commit df46f5c

Browse files
committed
ci: fix
1 parent 0ad1b46 commit df46f5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/install_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
uses: actions/upload-artifact@v7
8080
with:
8181
name: test_results_installed_lib-qt-${{ matrix.qt }}
82-
path: tests/build*/**/*.xml
82+
path: tests/build/**/**/*.xml
8383

8484
publish-test-results:
8585
name: "Publish Unit Test Results from installed lib"

0 commit comments

Comments
 (0)