Skip to content

Commit

Permalink
#193 Syntax bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
patrikkoczka7 committed Sep 28, 2023
1 parent 921204b commit 013e708
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/AutosarUmlActionExample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
- name: Backup current model
id: backupModel
run: |
$ea_filename = "counting-logic"
$ea_fileextension = "qeax"
$ea_filename = 'counting-logic'
$ea_fileextension = 'qeax'
$qeaxLocation = '${{ runner.temp }}/${{ea_filename}}-old.${{ea_fileextension}}'
$currentQeaxLocation = '.\"${{ea_filename}}.${{ea_fileextension}}"'
Copy-Item -Path $currentQeaxLocation -Destination $qeaxLocation
Expand Down

0 comments on commit 013e708

Please sign in to comment.