diff --git a/.github/workflows/AutosarUmlActionExample.yml b/.github/workflows/AutosarUmlActionExample.yml index 5e8e6b0..fe5375e 100644 --- a/.github/workflows/AutosarUmlActionExample.yml +++ b/.github/workflows/AutosarUmlActionExample.yml @@ -29,7 +29,6 @@ jobs: License: ${{secrets.LTALICENSE}} #Diff Check between the modified files - name: DiffCheck - run: LemonTree.Automation.exe diff --base base.eapx --mine B.eapx --theirs A.eapx [--sfs] - echo Exitcode $LASTEXITCODE - pause + run: | + 'C:\"Program Files"\LieberLieber\LemonTree.Automation\LemonTree.Automation.exe' diff --base base.eapx --mine B.eapx --theirs A.eapx [--sfs] \ No newline at end of file