CI: Fix ci_cmake_build when CI_RELEASE_FILENAME is unset.

This commit is contained in:
Phil Howard 2025-09-10 15:21:50 +01:00
parent d7a50b9916
commit 3419f0ba07

View File

@ -119,7 +119,7 @@ function ci_cmake_build {
ccache --show-stats || true ccache --show-stats || true
if [ -z ${CI_RELEASE_FILENAME+x} ]; then if [ -z ${CI_RELEASE_FILENAME+x} ]; then
$CI_RELEASE_FILENAME=$BOARD CI_RELEASE_FILENAME="$BOARD"
fi fi
log_inform "Copying .uf2 to $(pwd)/$CI_RELEASE_FILENAME.uf2" log_inform "Copying .uf2 to $(pwd)/$CI_RELEASE_FILENAME.uf2"