Skip to content

Commit 06a2dd6

Browse files
committed
Fix bug
1 parent fc71be6 commit 06a2dd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

twine-upload.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ if [[ ${INPUT_VERBOSE,,} != "false" ]] ; then
4545
fi
4646

4747
if [[ ${INPUT_PRINT_HASH,,} || ${INPUT_VERBOSE,,} != "false" ]] ; then
48-
python ./print-hash.py
48+
python /app/print-hash.py
4949
fi
5050

5151
TWINE_USERNAME="$INPUT_USER" \

0 commit comments

Comments
 (0)