Skip to content

Commit dcdf7cc

Browse files
committed
Add artifact name during download
1 parent 5693966 commit dcdf7cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ch07-packaging.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ jobs:
140140
steps:
141141
- uses: actions/download-artifact@v2
142142
with:
143+
name: artifact
143144
path: ./ch07/first-python-package/dist # Update to match root of package
144145

145146
- uses: pypa/gh-action-pypi-publish@v1.4.2

0 commit comments

Comments
 (0)