Skip to content

Commit 6d56f3a

Browse files
Fix invalid artifact name
1 parent 9a66d8d commit 6d56f3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
if: always()
108108
uses: actions/upload-artifact@v2
109109
with:
110-
name: Unit Test Results (${{ matrix.os }}/${{ matrix.python }})
110+
name: Unit Test Results (${{ matrix.os }}-${{ matrix.python }})
111111
path: dist/pytest-results.xml
112112

113113
publish-test-results:

0 commit comments

Comments
 (0)