diff --git a/twine-upload.sh b/twine-upload.sh index 5b5ea75..860cda4 100755 --- a/twine-upload.sh +++ b/twine-upload.sh @@ -45,7 +45,7 @@ if [[ ${INPUT_VERBOSE,,} != "false" ]] ; then fi if [[ ${INPUT_PRINT_HASH,,} || ${INPUT_VERBOSE,,} != "false" ]] ; then - python ./print-hash.py + python /app/print-hash.py fi TWINE_USERNAME="$INPUT_USER" \