We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5d5272 commit e0bac0dCopy full SHA for e0bac0d
.github/workflows/python-publish.yml
@@ -67,6 +67,7 @@ jobs:
67
uses: actions/download-artifact@v3
68
with:
69
name: dist
70
+ path: dist/ # This will ensure the artifact is downloaded to the dist/ folder
71
72
# Step 8: Get short commit SHA (first 7 characters)
73
- name: Get short commit SHA
0 commit comments