fix(ci): fixup correct path for check_and_update.py (#2777)

Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
This commit is contained in:
Ettore Di Giacinto 2024-07-11 23:05:43 +02:00 committed by GitHub
parent 664b2e352b
commit d5846c8639
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@ function check_and_update_checksum() {
idx="$5" idx="$5"
# Download the file and calculate new checksum using Python # 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=$? result=$?
if [[ $result -eq 5 ]]; then if [[ $result -eq 5 ]]; then