diff --git a/.github/workflows/AutosarUmlActionExample.yml b/.github/workflows/AutosarUmlActionExample.yml index 10481ea..12b633b 100644 --- a/.github/workflows/AutosarUmlActionExample.yml +++ b/.github/workflows/AutosarUmlActionExample.yml @@ -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