mirror of
https://github.com/mudler/LocalAI
synced 2026-04-21 13:27:21 +00:00
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:
parent
664b2e352b
commit
d5846c8639
1 changed files with 1 additions and 1 deletions
2
.github/checksum_checker.sh
vendored
2
.github/checksum_checker.sh
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue