CI: Fixing missing \

This commit is contained in:
Zoe Roux 2021-08-31 21:07:05 +02:00
parent fe70b1de66
commit 87244df497

View File

@ -44,8 +44,8 @@ jobs:
- name: Select the project to build
shell: bash
run: |
echo "PROJECT=$([ "${{runner.os}}" == "Windows" ]
&& echo " -p:IncludeConsole=true Kyoo.Host.WindowsTrait"
echo "PROJECT=$([ "${{runner.os}}" == "Windows" ] \
&& echo " -p:IncludeConsole=true Kyoo.Host.WindowsTrait" \
|| echo Kyoo.Host.Console)" >> $GITHUB_ENV
- name: Build the app
env: