Skip to content

Commit 78664a2

Browse files
Update build.ps1
1 parent 8000583 commit 78664a2

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

utils/build.ps1

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3465,10 +3465,9 @@ if (-not $SkipBuild -and -not $IsCrossCompiling) {
34653465

34663466
if (-not $SkipPackaging) {
34673467
Invoke-BuildStep Build-Installer $HostPlatform
3468-
}
3469-
3470-
if ($Stage) {
3471-
Copy-BuildArtifactsToStage $HostPlatform
3468+
if ($Stage) {
3469+
Copy-BuildArtifactsToStage $HostPlatform
3470+
}
34723471
}
34733472

34743473
if (-not $IsCrossCompiling) {

0 commit comments

Comments
 (0)