Skip to content

Commit

Permalink
fix(ci): set build version in Windows ProductVersion to ot_channel_ve…
Browse files Browse the repository at this point in the history
…rsion
  • Loading branch information
kkujawa-sumo committed May 7, 2024
1 parent 97e25c7 commit d4bdc52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/get_version.sh
Expand Up @@ -78,7 +78,7 @@ parse_version_tag() {
if [[ $ot_channel == "sumo" ]]; then
if [[ $sumo_channel != "" ]]; then
build_version="${ot_channel_version}-${sumo_channel}.${sumo_channel_version}"
build_windows_version="${ot_channel_version}.${sumo_channel_version}"
build_windows_version="${ot_channel_version}"
else
build_version="${ot_channel_version}"
build_windows_version="${ot_channel_version}"
Expand Down

0 comments on commit d4bdc52

Please sign in to comment.