From 994e867b3d6bee3258f59e1c77d6bd602808a0c1 Mon Sep 17 00:00:00 2001 From: Jelle Spijker Date: Thu, 15 Dec 2022 09:01:08 +0100 Subject: [PATCH] Set Wix bin path to PATH Contributes to CURA-9157 --- .github/workflows/cura-installer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cura-installer.yml b/.github/workflows/cura-installer.yml index 94a2dbf4e2..6289f72f82 100644 --- a/.github/workflows/cura-installer.yml +++ b/.github/workflows/cura-installer.yml @@ -182,7 +182,7 @@ jobs: - name: Set Environment variables for Cura (Powershell) if: ${{ runner.os == 'Windows' }} run: | - $env:Path += ";C:\Program Files (x86)\WiX Toolset v3.11\bin" + echo "${Env:WIX}\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append .\cura_inst\Scripts\activate_github_actions_env.ps1 .\cura_inst\Scripts\activate_github_actions_version_env.ps1