Skip to content

Commit

Permalink
#193 simple string syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
patrikkoczka7 committed Sep 28, 2023
1 parent 1c28296 commit bac8e84
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: |
$eaFileName = "counting-logic"
$eaFileExtension = "qeax"
$eaFileName = 'counting-logic'
$eaFileExtension = 'qeax'
$qeaxLocation = '${{ runner.temp }}/${{eaFileName}}-old.${{eaFileExtension}}'
$currentQeaxLocation = '.\"${{eaFileName}}.${{eaFileExtension}}"'
Copy-Item -Path $currentQeaxLocation -Destination $qeaxLocation
Expand Down

0 comments on commit bac8e84

Please sign in to comment.