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 009abc3 commit db8f3f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,5 +96,5 @@ runs:
- name: Run the IncQuery AUTOSAR-UML Bridge
shell: pwsh
run: |
gci env:* | sort-object name
$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 db8f3f0

Please sign in to comment.