We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69a7dad commit bcf5393Copy full SHA for bcf5393
.github/workflows/msbuild.yml
@@ -58,7 +58,7 @@ jobs:
58
id: executable_name
59
if: ${{inputs.upload_artefacts}}
60
run: |
61
- echo 'EXECUTABLE_NAME=${{ fromJson(env.NAME_MAPPING)[inputs.build_configuration] }}' >> "$GITHUB_OUTPUT"
+ echo "EXECUTABLE_NAME=${{ fromJson(env.NAME_MAPPING)[inputs.build_configuration] }}" >> "$GITHUB_OUTPUT"
62
63
- run: |
64
echo ${{ steps.executable_name.outputs.EXECUTABLE_NAME }}
0 commit comments