mirror of
https://gitcode.com/gh_mirrors/gh/gh-action-pypi-publish.git
synced 2026-07-02 18:27:49 +00:00
Invert quoting when rendering $INPUT_PACKAGES_DIR
This commit is contained in:
+1
-1
@@ -24,7 +24,7 @@ then
|
||||
echo \
|
||||
::warning file='# >>' PyPA publish to PyPI GHA'%3A' '<< ':: \
|
||||
It looks like there are no Python distribution packages to \
|
||||
publish in the directory '"${INPUT_PACKAGES_DIR%%/}/"'. \
|
||||
publish in the directory "'${INPUT_PACKAGES_DIR%%/}/'". \
|
||||
Please verify that they are in place should you face this \
|
||||
problem.
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user