Skip to content

Commit a6e63a8

Browse files
committed
✏️ Adjust the file path to be correct.
1 parent 2f4075e commit a6e63a8

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
@@ -170,6 +170,6 @@ jobs:
170170
uses: actions/upload-artifact@v4
171171
with:
172172
name: coverage_${{ inputs.test_type }}_${{ inputs.runtime_os }}_${{ inputs.python_version }}
173-
path: ${{ inputs.test_working_directory }}/.coverage.${{ inputs.test_type }}.${{ inputs.runtime_os }}-${{ inputs.python_version }}
173+
path: ${{ inputs.test_working_directory }}.coverage.${{ inputs.test_type }}.${{ inputs.runtime_os }}-${{ inputs.python_version }}
174174
if-no-files-found: error
175175
include-hidden-files: true

0 commit comments

Comments
 (0)