Skip to content

Commit aa90e92

Browse files
committed
paths
1 parent e78b5da commit aa90e92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/extra-rule-validation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ jobs:
4141
- uses: actions/upload-artifact@v3
4242
with:
4343
name: missing-test-report.csv
44-
path: MissingTestReport*
44+
path: codeql-coding-standards/MissingTestReport*.csv
4545
if-no-files-found: error
4646

4747
- uses: actions/upload-artifact@v3
4848
with:
4949
name: test-report.csv
50-
path: TestReport*
50+
path: codeql-coding-standards/TestReport*.csv
5151
if-no-files-found: error
5252

0 commit comments

Comments
 (0)