diff --git a/.github/workflows/AutosarUmlActionExample.yml b/.github/workflows/AutosarUmlActionExample.yml index dd2638c..27f89b0 100644 --- a/.github/workflows/AutosarUmlActionExample.yml +++ b/.github/workflows/AutosarUmlActionExample.yml @@ -22,7 +22,7 @@ jobs: id: backupModel run: | $qeaxLocation = '${{ runner.temp }}/counting-logic-old.qeax' - $currentQeaxLocation = './counting-logic.qeax' + $currentQeaxLocation = '${{.}}/counting-logic.qeax' Copy-Item -Path $currentQeax -Destination $qeaxLocation echo "backupQeax=qeaxLocation" >> $env:GITHUB_OUTPUT echo "currentQeax=currentQeaxLocation" >> $env:GITHUB_OUTPUT