Skip to content

Commit 1823723

Browse files
committed
fix dir
1 parent d6a80ac commit 1823723

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/templates/official/jobs/publish-library-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
pip install twine
9090
9191
# Publish artifacts to PyPi
92-
twine upload --repository-url https://upload.pypi.org/legacy/ --username "__token__" --password "$pypiToken" PythonRuntimeArtifact/${{ parameters.PROJECT_DIRECTORY }}/dist/*
92+
twine upload --repository-url https://upload.pypi.org/legacy/ --username "__token__" --password "$pypiToken" PythonRuntimeArtifact/${{ parameters.PROJECT_NAME }}/${{ parameters.PROJECT_DIRECTORY }}/dist/*
9393
Start-Sleep -Seconds 3
9494
9595
# Checking if the new version is uploaded

0 commit comments

Comments
 (0)