We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21ca7b7 commit 2193c0eCopy full SHA for 2193c0e
.github/workflows/pr.yml
@@ -105,5 +105,5 @@ jobs:
105
106
- uses: actions/upload-artifact@v4
107
with:
108
- name: htm-core-${{ matrix.os }}-py-${{ matrix.python-version }}-${{ github.branch }}-${{ github.sha }}
+ name: htm-core-${{ matrix.os }}-py-${{ matrix.python-version }}-${{ github.ref_name }}-${{ github.sha }}
109
path: dist/*.whl
0 commit comments