Skip to content

Commit a1ac6e6

Browse files
committed
fix: Download artifiact to correct folder.
1 parent 9c55a70 commit a1ac6e6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
uses: actions/download-artifact@v3
4747
with:
4848
name: distribution
49+
path: dist
4950
- name: Publish package distribution to Test PyPI
5051
uses: pypa/gh-action-pypi-publish@release/v1
5152
with:
@@ -65,5 +66,6 @@ jobs:
6566
uses: actions/download-artifact@v3
6667
with:
6768
name: distribution
69+
path: dist
6870
- name: Publish package distribution to PyPI
6971
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)