From 87244df4974ad3edac89569ee60aea4c506956c1 Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Tue, 31 Aug 2021 21:07:05 +0200 Subject: [PATCH] CI: Fixing missing \ --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 226c61be..32482194 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: