Skip to content

Commit fe8d5a4

Browse files
author
maelbecel
committed
fix (.github/): fix mirror
1 parent 7a4679b commit fe8d5a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mirroring.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
mkdir build && cd build && cmake .. -G Ninja && ninja && cd ..
3737
- name: Check if the executable exists
3838
run: |
39-
if [ -f r-type_client ] && [ -f r-type_server ]; then exit 0; else exit 1; fi
39+
if [ -f ./Release/r-type_client ] && [ -f ./Release/r-type_server ]; then exit 0; else exit 1; fi
4040
shell: bash
4141

4242
windows-compilation:

0 commit comments

Comments
 (0)