Skip to content

Commit 39c24c4

Browse files
authored
Update ci.yml
try to fix the action
1 parent 61181b2 commit 39c24c4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,10 @@ jobs:
3333
uses: actions/download-artifact@v4
3434
with:
3535
name: dist
36-
- run: mkdir dist; mv mkdocs-obsidian-interactive-graph-plugin-*.tar.gz dist
36+
path: dist
37+
- name: List
38+
run: |
39+
ls dist
3740
- name: Publish package distributions to PyPI
3841
if: startsWith(github.ref, 'refs/tags')
3942
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)