Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Socolin committed Jul 27, 2024
1 parent 5379428 commit 7e0798f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/Unpack-Distribution.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand-Archive -Path $file -DestinationPath $DistributionsLocation/unpacked

0 comments on commit 7e0798f

Please sign in to comment.