fix(sign.ps1): add verbose and debug output to artifact unzipping process

This commit is contained in:
Mr. M
2025-04-14 14:10:14 +02:00
parent 0a61c26cc1
commit e04ec0a00b

View File

@@ -91,7 +91,7 @@ function DownloadArtifacts($name) {
echo "Unzipping artifact to $outputPath"
Expand-Archive -Path $tempFile -DestinationPath $outputPath -Force
echo "Unzipped artifact to $outputPath"
} -ArgumentList $tempFile, $outputPath -ErrorAction SilentlyContinue
} -ArgumentList $tempFile, $outputPath -Verbose -Debug
}
DownloadArtifacts arm64