Skip to content

Commit 677ba85

Browse files
committed
fix creation of tar
1 parent 77aa78a commit 677ba85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ if ($packageType -eq 'msixbundle') {
570570

571571
$packageName = "DSC-$productVersion-$architecture.tar"
572572
$tarFile = Join-Path $PSScriptRoot 'bin' $packageName
573-
tar cvf $tgzFile -C $tgzTarget .
573+
tar cvf $tarFile -C $tgzTarget .
574574
Write-Host -ForegroundColor Green "`nTar file is created at $tarFile"
575575

576576
$gzFile = "$tarFile.gz"

0 commit comments

Comments
 (0)