Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit 50527fa

Browse files
committed
remove unsupported env name
1 parent bd828e8 commit 50527fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/msbuild.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@ jobs:
6666
id: executable_name
6767
if: ${{inputs.upload_artefacts}}
6868
run: |
69-
echo -e "EXECUTABLE_NAME=${{ fromJson(env.NAME_MAPPING)[inputs.build_configuration] }}" >> "$GITHUB_ENV"
69+
echo "EXECUTABLE_NAME=${{ fromJson(env.NAME_MAPPING)[inputs.build_configuration] }}" >> "$GITHUB_ENV"
7070
7171
- run: |
72-
echo ${{ env.EXECUTABLE_NAME }}
72+
echo "${{ env.EXECUTABLE_NAME }}"
7373
7474
- name: Add MSBuild to PATH
7575
uses: microsoft/setup-msbuild@v1

0 commit comments

Comments
 (0)