Skip to content

Commit bec25e6

Browse files
committed
✏️ Modify the file path to try to fix the broken CI process.
1 parent c14702b commit bec25e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rw_poetry_run_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,5 +133,5 @@ jobs:
133133
uses: actions/upload-artifact@v3
134134
with:
135135
name: coverage
136-
path: .coverage.${{ inputs.test_type }}.${{ inputs.runtime_os }}-${{ inputs.python_version }}
136+
path: ./.coverage.${{ inputs.test_type }}.${{ inputs.runtime_os }}-${{ inputs.python_version }}
137137
if-no-files-found: error

0 commit comments

Comments
 (0)