From ec9c0056bf9c94acf7553b42e733793a220b0655 Mon Sep 17 00:00:00 2001 From: Koltai Kadosa Date: Wed, 20 Sep 2023 13:07:50 +0200 Subject: [PATCH] ARUMLPD-34 Fixed executable path --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 789a731..a6563ca 100644 --- a/action.yml +++ b/action.yml @@ -96,4 +96,4 @@ runs: - name: Run the IncQuery AUTOSAR-UML Bridge shell: pwsh run: | - & 'C:\Program Files\IncQuery Labs\AUTOSAR-UML Bridge\CLI\iql-aub-cli.exe' -i='${{ inputs.arxml_file_path }}' -e='${{ inputs.ea_model_file_path }}' -l='${{ runner.temp }}/IncQueryAUBLic.yaml' + & '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'