Clarify download action and why name: artifact is required
https://github.com/pypa/cibuildwheel/pull/1135#pullrequestreview-1007698747
This commit is contained in:
@@ -51,6 +51,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/download-artifact@v3
|
- uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
# unpacks default artifact into dist/
|
||||||
|
# if `name: artifact` is omitted, the action will create extra parent dir
|
||||||
name: artifact
|
name: artifact
|
||||||
path: dist
|
path: dist
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user