From 37931c79e21335ae760e513d2ab841963bdb40d2 Mon Sep 17 00:00:00 2001 From: Koltai Kadosa Date: Wed, 20 Sep 2023 13:32:55 +0200 Subject: [PATCH] ARUMLPD-34 Env var workaround --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index 77e7133..e661212 100644 --- a/action.yml +++ b/action.yml @@ -96,4 +96,5 @@ runs: - name: Run the IncQuery AUTOSAR-UML Bridge shell: pwsh run: | + $env:ARUML_HOME = 'C:\Program Files\IncQuery Labs\IncQuery AUTOSAR-UML Bridge\Transformation\' & 'C:\Program Files\IncQuery Labs\IncQuery AUTOSAR-UML Bridge\CLI\iql-aub-cli.exe' -i='${{ inputs.arxml_file_path }}' -e='${{ inputs.ea_model_file_path }}' -l='${{ runner.temp }}/IncQueryAUBLic.yaml'