From cc04833ebf5ed1ab2fd627ff5d7bbd1bb825d28d Mon Sep 17 00:00:00 2001 From: Patrik Koczka Date: Sat, 23 Sep 2023 23:30:23 +0200 Subject: [PATCH] #193 Try test --- .github/workflows/AutosarUmlActionExample.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/AutosarUmlActionExample.yml b/.github/workflows/AutosarUmlActionExample.yml index 55428c1..4008c8f 100644 --- a/.github/workflows/AutosarUmlActionExample.yml +++ b/.github/workflows/AutosarUmlActionExample.yml @@ -27,8 +27,8 @@ jobs: #Diff Check between the modified files - name: DiffCheck run: | - $output = &'${{steps.GetLTA.outputs.LemonTreeAutomationExecutable}}' diff --theirs A.eapx --mine B.eapx --sfs log.ltsfs - echo $output >> $env:GITHUB_OUTPUT + $output = &'${{steps.GetLTA.outputs.LemonTreeAutomationExecutable}}' diff --base Base.eapx --theirs A.eapx --mine B.eapx --sfs log.ltsfs + echo $output #Archive Session Files - name: Archive Session Files uses: actions/upload-artifact@v3