Skip to content

Commit

Permalink
ARUMLPD-34 Fixed executable path
Browse files Browse the repository at this point in the history
  • Loading branch information
kkadosa committed Sep 20, 2023
1 parent f14db12 commit ec9c005
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,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'

0 comments on commit ec9c005

Please sign in to comment.