We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f8a1adb + 091efe7 commit 19bf6ebCopy full SHA for 19bf6eb
.github/workflows/ci-cd.yml
@@ -76,7 +76,7 @@ jobs:
76
- uses: actions/upload-artifact@v4
77
with:
78
name: built
79
- path: /dist
+ path: dist
80
# Deploy on tags if PYPI_API_TOKEN is defined in the repository secrets.
81
# Secrets are not accessible in the if: condition [0], so set an output variable [1]
82
# [0] https://github.community/t/16928
0 commit comments