From 7e0798f1c2c012d716b10b8333f70eb07e4ead8e Mon Sep 17 00:00:00 2001 From: Socolin Date: Sat, 27 Jul 2024 00:11:30 -0400 Subject: [PATCH] Fix build --- scripts/Unpack-Distribution.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/Unpack-Distribution.ps1 b/scripts/Unpack-Distribution.ps1 index badd862..e88bf43 100644 --- a/scripts/Unpack-Distribution.ps1 +++ b/scripts/Unpack-Distribution.ps1 @@ -14,6 +14,6 @@ param ( Set-StrictMode -Version Latest $ErrorActionPreference = 'Stop' -$file = "$DistributionsLocation/ApplicationInsights-Debug-Log-Viewer-*.zip" +$file = "$DistributionsLocation/*.zip" -Expand-Archive -Path $file -DestinationPath $DistributionsLocation/unpacked \ No newline at end of file +Expand-Archive -Path $file -DestinationPath $DistributionsLocation/unpacked