Skip to content

Commit 1b444e0

Browse files
committed
chore(CI): name core dump artifact in Github Actions
1 parent c2fdfa8 commit 1b444e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-and-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ jobs:
205205
if: ${{ matrix.os != 'windows-2019' }}
206206
# TODO (Caleb Aikens) figure out how to get Windows core dumps
207207
with:
208-
name: cores
208+
name: cores-${{ matrix.os }}-${ matrix.python_version }
209209
path: /cores
210210
# Enable tmate debugging of manually-triggered workflows if the input option was provided
211211
- name: SSH debug session

0 commit comments

Comments
 (0)