Skip to content

Commit 7688bee

Browse files
authored
Update publish.yml
Signed-off-by: Dan Shernicoff <brass75@gmail.com>
1 parent 6d363df commit 7688bee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Upload artifact
2323
uses: actions/upload-artifact@v4
2424
with:
25-
path: dist/
25+
path: ./dist
2626
name: wordsearch-package
2727

2828

@@ -36,7 +36,7 @@ jobs:
3636
- name: Download artifact
3737
uses: actions/download-artifact@v4
3838
with:
39-
path: dist/
39+
path: ./dist
4040
name: wordsearch-package
4141
- name: Push to PyPI
4242
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)