Skip to content

Commit 3330558

Browse files
authored
Update push.yml (#193)
Don't add debug to the official version string.
1 parent 0773c28 commit 3330558

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -393,13 +393,7 @@ jobs:
393393
394394
if ($officialBuild)
395395
{
396-
$finalOfficialVersion = $officialVersion
397-
if ($configuration -eq 'Debug')
398-
{
399-
$finalOfficialVersion += '-debug'
400-
}
401-
402-
$arguments += "-p:OfficialVersion=$finalOfficialVersion"
396+
$arguments += "-p:OfficialVersion=$officialVersion"
403397
}
404398
405399
if ($ciBuildOnly)

0 commit comments

Comments
 (0)