Skip to content

Commit 21ca7b7

Browse files
committed
Upload artifact unique name per os
1 parent c047be9 commit 21ca7b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,5 +105,5 @@ jobs:
105105

106106
- uses: actions/upload-artifact@v4
107107
with:
108-
name: "pr_build"
109-
path: dist
108+
name: htm-core-${{ matrix.os }}-py-${{ matrix.python-version }}-${{ github.branch }}-${{ github.sha }}
109+
path: dist/*.whl

0 commit comments

Comments
 (0)