diff --git a/.github/workflows/build-images.yml b/.github/workflows/build-images.yml index 2beaedc0dd..8c95dc69b9 100644 --- a/.github/workflows/build-images.yml +++ b/.github/workflows/build-images.yml @@ -446,7 +446,7 @@ jobs: out_release=$(echo $name | cut -d"_" -f4) out_branch=$(echo $name | cut -d"_" -f5) out_kernel=$(echo $name | cut -d"_" -f6-7 | cut -d"." -f1-3 | cut -d"_" -f1) - out_desktop=$(echo $name | cut -d"_" -f7) + out_desktop=$(echo $name | cut -d"_" -f7- | cut -d"." -f1 | cut -d"_" -f1) out_desktop=${out_desktop:-cli} out_size=$(echo "scale=2; $size/1024/1024" | bc -l)" Mb" echo -ne "| [$BOARD_NAME]($url) | [:file_folder:]($url".asc") | [:file_folder:]($url".sha") | $out_release | $out_branch | $out_desktop | $out_size | $out_kernel |\n" >> README.tmp