Skip to content

Commit 4d59c86

Browse files
committed
Distinguish upload names
No effects were observed on Make-managed files. References: * casework/CASE-Utilities-Python#168 Signed-off-by: Alex Nelson <[email protected]>
1 parent 1b7943c commit 4d59c86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cicd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- name: Upload HTML Docs
7070
uses: actions/upload-artifact@v3
7171
with:
72-
name: packages
72+
name: packages-${{ matrix.python-version }}
7373
path: ./dist/
7474

7575
# If this commit is the result of a Git tag, push the wheel and tar packages

0 commit comments

Comments
 (0)