From 063a3a972c2075ec4aaa1f624ee2a7ea0a67ce45 Mon Sep 17 00:00:00 2001 From: Ed_ Date: Fri, 31 Mar 2023 17:32:47 -0400 Subject: [PATCH] Workflow script update (attempt to use env vars) --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ad8302d..19757a0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -83,7 +83,7 @@ jobs: if (-not [string]::IsNullOrEmpty($type)) { $args += $type } if (-not [string]::IsNullOrEmpty($test)) { $args += $test } - & .\scripts\build.ci.ps1 debug test + Invoke-Expression "& .\scripts\build.ci.ps1 $args" - name: Get Short Commit SHA shell: pwsh