We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a4679b commit fe8d5a4Copy full SHA for fe8d5a4
.github/workflows/mirroring.yml
@@ -36,7 +36,7 @@ jobs:
36
mkdir build && cd build && cmake .. -G Ninja && ninja && cd ..
37
- name: Check if the executable exists
38
run: |
39
- if [ -f r-type_client ] && [ -f r-type_server ]; then exit 0; else exit 1; fi
+ if [ -f ./Release/r-type_client ] && [ -f ./Release/r-type_server ]; then exit 0; else exit 1; fi
40
shell: bash
41
42
windows-compilation:
0 commit comments