Skip to content

Commit da94c73

Browse files
committed
Explicitly identify artifact to download, and where to unpack it
Specify artifact name and path for download.
1 parent ae0e835 commit da94c73

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/publish-pypi.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ jobs:
5757

5858
- name: Retrieve all artifacts
5959
uses: actions/download-artifact@v8
60+
with:
61+
name: artifacts # Specify the name to avoid the extra subfolder
62+
path: .
6063

6164
- name: show files
6265
run: |

0 commit comments

Comments
 (0)