Skip to content

Commit

Permalink
#193 Syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
patrikkoczka7 committed Sep 27, 2023
1 parent 03d48c0 commit f92190b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/AutosarUmlActionExample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f92190b

Please sign in to comment.