File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 42
42
SOLUTION_FILE_PATH : RTEA.sln
43
43
NAME_MAPPING : |
44
44
{
45
- "Final": "Cortex Command.exe ",
46
- "Debug Release": "Cortex Command.debug.release.exe ",
47
- "Debug Minimal": "Cortex Command.debug.minimal.exe ",
48
- "Debug Full": "Cortex Command.debug.full.exe "
45
+ "Final": "Cortex Command",
46
+ "Debug Release": "Cortex Command.debug.release",
47
+ "Debug Minimal": "Cortex Command.debug.minimal",
48
+ "Debug Full": "Cortex Command.debug.full"
49
49
}
50
50
51
51
jobs :
76
76
id : executable_name
77
77
if : ${{inputs.upload_artefacts}}
78
78
run : |
79
- echo "EXECUTABLE_NAME=${{ fromJson(env.NAME_MAPPING)[inputs.build_configuration] }}" >> "$GITHUB_OUTPUT"
79
+ echo "EXECUTABLE_NAME=${{ fromJson(env.NAME_MAPPING)[inputs.build_configuration] }}.* " >> "$GITHUB_OUTPUT"
80
80
shell : bash
81
81
82
82
- name : Upload Artifact
You can’t perform that action at this time.
0 commit comments