Clarify download action and why name: artifact is required

https://github.com/pypa/cibuildwheel/pull/1135#pullrequestreview-1007698747
This commit is contained in:
Anatoli Babenia
2022-06-18 15:46:08 +03:00
parent 6994d9be4f
commit c4bfbe2ef1
+2
View File
@@ -51,6 +51,8 @@ jobs:
steps:
- uses: actions/download-artifact@v3
with:
# unpacks default artifact into dist/
# if `name: artifact` is omitted, the action will create extra parent dir
name: artifact
path: dist