mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-19 18:15:00 +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…
Add table
Add a link
Reference in a new issue