mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-07-09 03:04:20 -04:00
CI: Fixing missing \
This commit is contained in:
parent
fe70b1de66
commit
87244df497
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -44,8 +44,8 @@ jobs:
|
|||||||
- name: Select the project to build
|
- name: Select the project to build
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
echo "PROJECT=$([ "${{runner.os}}" == "Windows" ]
|
echo "PROJECT=$([ "${{runner.os}}" == "Windows" ] \
|
||||||
&& echo " -p:IncludeConsole=true Kyoo.Host.WindowsTrait"
|
&& echo " -p:IncludeConsole=true Kyoo.Host.WindowsTrait" \
|
||||||
|| echo Kyoo.Host.Console)" >> $GITHUB_ENV
|
|| echo Kyoo.Host.Console)" >> $GITHUB_ENV
|
||||||
- name: Build the app
|
- name: Build the app
|
||||||
env:
|
env:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user