Skip to content

Commit 78d2ccd

Browse files
committed
paths
1 parent aa90e92 commit 78d2ccd

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: codeql-coding-standards/MissingTestReport*.csv
44+
path: /home/runner/work/codeql-coding-standards/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: codeql-coding-standards/TestReport*.csv
50+
path: /home/runner/work/codeql-coding-standards/codeql-coding-standards/TestReport*.csv
5151
if-no-files-found: error
5252

0 commit comments

Comments
 (0)