diff --git a/.github/checksum_checker.sh b/.github/checksum_checker.sh index e301b5ec..5cbd57f4 100644 --- a/.github/checksum_checker.sh +++ b/.github/checksum_checker.sh @@ -14,7 +14,7 @@ function check_and_update_checksum() { idx="$5" # Download the file and calculate new checksum using Python - new_checksum=$(python3 ./check_and_update.py $uri) + new_checksum=$(python3 ./.github/check_and_update.py $uri) result=$? if [[ $result -eq 5 ]]; then