Skip to content

Commit 702565e

Browse files
committed
CI: another fix
1 parent 5ce6adc commit 702565e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Publish-ReleaseBundle.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ if (Test-Path $bundleDir) {
1515
}
1616
[System.IO.Directory]::CreateDirectory($bundleDir) | Out-Null
1717

18+
Move-Item -Path $MsixX64 -Destination "$bundleDir\"
19+
Move-Item -Path $MsixArm64 -Destination "$bundleDir\"
20+
1821
# Windows SDK
1922
$windowsSdkBaseDir = "C:\Program Files (x86)\Windows Kits\10\Redist"
2023
$windowsSdkVersion = `

0 commit comments

Comments
 (0)