From d5846c86396fab1a13c6de5e308eee6470cbdeed Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Thu, 11 Jul 2024 23:05:43 +0200 Subject: [PATCH] fix(ci): fixup correct path for check_and_update.py (#2777) Signed-off-by: Ettore Di Giacinto --- .github/checksum_checker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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