fix binary name

This commit is contained in:
arthur.jamet
2021-05-20 20:10:31 +02:00
parent 52bc3a2c6c
commit 021399970a
+2 -6
View File
@@ -29,9 +29,5 @@ jobs:
cmake --build .
- name: CheckBinaryName
shell: bash
run: |
if [[ "${{runner.os}}" == "Windows" ]]; then
test -f build\bomberman.sln
else
test -f build/bomberman
fi
if: matrix.name == 'Linux'
run: test -f build/bomberman