Skip to content

Commit 599a0d6

Browse files
authored
add missing pdb to artifacts
1 parent 0e1230e commit 599a0d6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/msbuild.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ env:
4242
SOLUTION_FILE_PATH: RTEA.sln
4343
NAME_MAPPING: |
4444
{
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"
4949
}
5050
5151
jobs:
@@ -76,7 +76,7 @@ jobs:
7676
id: executable_name
7777
if: ${{inputs.upload_artefacts}}
7878
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"
8080
shell: bash
8181

8282
- name: Upload Artifact

0 commit comments

Comments
 (0)