Skip to content

Commit

Permalink
ARUMLPD-34 Env var workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
kkadosa committed Sep 20, 2023
1 parent edf371a commit 37931c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 37931c7

Please sign in to comment.