Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build-steps.d/4600_export-utm-packages
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export_utm_packages() {
$str_replace_tool "_TARGET_" "${utm_target}" "${binary_image_utm_folder}/config.plist"

## Fill in correct flavor for raw image filename and VM name as it appears on UTM.
$str_replace_tool "_FLAVOR_" "${VMNAME}.raw" "${binary_image_utm_folder}/config.plist"
$str_replace_tool "_FLAVOR_" "${VMNAME}" "${binary_image_utm_folder}/config.plist"

## TODO: This should be moved to dm-prepare-release.
## But good enough to keep it here as long as UTM builds are not redistributed.
Expand Down