We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61181b2 commit 39c24c4Copy full SHA for 39c24c4
1 file changed
.github/workflows/ci.yml
@@ -33,7 +33,10 @@ jobs:
33
uses: actions/download-artifact@v4
34
with:
35
name: dist
36
- - run: mkdir dist; mv mkdocs-obsidian-interactive-graph-plugin-*.tar.gz dist
+ path: dist
37
+ - name: List
38
+ run: |
39
+ ls dist
40
- name: Publish package distributions to PyPI
41
if: startsWith(github.ref, 'refs/tags')
42
uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments