diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c0e079d..c722018 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,4 +46,4 @@ jobs: $ProgressPreference = 'SilentlyContinue' $ErrorActionPreference = 'Stop' Install-Module -Name platyPS, BuildHelpers -SkipPublisherCheck -Scope CurrentUser -Force - & (Join-Path -Path $env:GITHUB_WORKSPACE -ChildPath 'Build\New-Package.ps1' -Verbose + & (Join-Path -Path $env:GITHUB_WORKSPACE -ChildPath 'Build\New-Package.ps1') -Verbose