mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-22 22:21:10 +02:00
fix(build_toolchains): Update board package location
The naming scheme in the new buckets has changed slightly, missed this one in the other updates.
This commit is contained in:
parent
bf83487c29
commit
61704a02c7
@ -45,7 +45,7 @@ upload_files "cross toolchain packages" "${def_upload_path}" \
|
||||
|
||||
for board in $(get_board_list); do
|
||||
board_packages="${BINPKGS}/target/${board}"
|
||||
def_upload_path="${UPLOAD_ROOT}/${board}/${FLAGS_version}"
|
||||
def_upload_path="${UPLOAD_ROOT}/boards/${board}/${FLAGS_version}"
|
||||
upload_files "board toolchain packages" "${def_upload_path}" \
|
||||
"toolchain/" "${board_packages}"/*
|
||||
done
|
||||
|
Loading…
x
Reference in New Issue
Block a user