We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af2ffd2 commit 4aed08aCopy full SHA for 4aed08a
.github/workflows/pre-commit-and-build.yml
@@ -28,5 +28,5 @@ jobs:
28
- name: Upload wheel
29
uses: actions/upload-artifact@v2
30
with:
31
- name: dataeng_utils-${{ github.event.inputs.release-version }}-py3-none-any.whl
+ name: ${{ github.event.repository.name }}-${{ github.ref_name }}-${{ github.event.inputs.release-version }}-py3-none-any.whl
32
path: dist/*.whl
0 commit comments