Skip to content

Commit bcf5393

Browse files
committed
Testing quotes issues?
1 parent 69a7dad commit bcf5393

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
@@ -58,7 +58,7 @@ jobs:
5858
id: executable_name
5959
if: ${{inputs.upload_artefacts}}
6060
run: |
61-
echo 'EXECUTABLE_NAME=${{ fromJson(env.NAME_MAPPING)[inputs.build_configuration] }}' >> "$GITHUB_OUTPUT"
61+
echo "EXECUTABLE_NAME=${{ fromJson(env.NAME_MAPPING)[inputs.build_configuration] }}" >> "$GITHUB_OUTPUT"
6262
6363
- run: |
6464
echo ${{ steps.executable_name.outputs.EXECUTABLE_NAME }}

0 commit comments

Comments
 (0)