Skip to content

Commit 7668113

Browse files
committed
Fix incorrect quotes in json strings
1 parent 57a6a64 commit 7668113

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/msbuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ on:
3434
env:
3535
# Path to the solution file relative to the root of the project.
3636
SOLUTION_FILE_PATH: RTEA.sln
37-
NAME_MAPPING: '{\"Final\": \"Cortex Command.exe\", \"Debug Release\": \"Cortex Command.debug.release.exe\", \"Debug Minimal\": \"Cortex Command.debug.minimal.exe\", \"Debug Full\": \"Cortex Command.debug.full.exe\"}'
37+
NAME_MAPPING: "{\"Final\": \"Cortex Command.exe\", \"Debug Release\": \"Cortex Command.debug.release.exe\", \"Debug Minimal\": \"Cortex Command.debug.minimal.exe\", \"Debug Full\": \"Cortex Command.debug.full.exe\"}"
3838

3939

4040
jobs:

0 commit comments

Comments
 (0)