Skip to content

Commit 2193c0e

Browse files
committed
Fix artifact name to use correct github actions parameter for branch (ref_name)
1 parent 21ca7b7 commit 2193c0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,5 +105,5 @@ jobs:
105105

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

0 commit comments

Comments
 (0)