diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2fe1bd98..8f72f35b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -49,5 +49,5 @@ jobs: path: Assets/src - run: | - echo artifact_name=Build-${{ inputs.targetPlatform }} >> $GITHUB_OUTPUT - echo run_id=$GITHUB_RUN_ID >> $GITHUB_OUTPUT + echo "artifact_name=Build-"${{ inputs.targetPlatform }} >> $GITHUB_OUTPUT + echo "run_id=$GITHUB_RUN_ID" >> $GITHUB_OUTPUT