This commit is contained in:
meowmeowcat 2022-01-08 12:21:09 +08:00
parent fc71be69fe
commit 06a2dd6685

View file

@ -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" \