Skip to content

Commit

Permalink
Distinguish upload names
Browse files Browse the repository at this point in the history
No effects were observed on Make-managed files.

References:
* casework/CASE-Utilities-Python#168

Signed-off-by: Alex Nelson <[email protected]>
  • Loading branch information
ajnelson-nist committed Oct 9, 2024
1 parent 1b7943c commit 4d59c86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Upload HTML Docs
uses: actions/upload-artifact@v3
with:
name: packages
name: packages-${{ matrix.python-version }}
path: ./dist/

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

0 comments on commit 4d59c86

Please sign in to comment.