Skip to content

Commit e04ec0a

Browse files
committed
fix(sign.ps1): add verbose and debug output to artifact unzipping process
1 parent 0a61c26 commit e04ec0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/winsign/sign.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ function DownloadArtifacts($name) {
9191
echo "Unzipping artifact to $outputPath"
9292
Expand-Archive -Path $tempFile -DestinationPath $outputPath -Force
9393
echo "Unzipped artifact to $outputPath"
94-
} -ArgumentList $tempFile, $outputPath -ErrorAction SilentlyContinue
94+
} -ArgumentList $tempFile, $outputPath -Verbose -Debug
9595
}
9696

9797
DownloadArtifacts arm64

0 commit comments

Comments
 (0)