fix binary name

This commit is contained in:
arthur.jamet
2021-05-20 20:07:57 +02:00
parent 61977c4693
commit 52bc3a2c6c
+1 -2
View File
@@ -30,9 +30,8 @@ jobs:
- name: CheckBinaryName
shell: bash
run: |
ls -R;
if [[ "${{runner.os}}" == "Windows" ]]; then
test -f build\bomberman.exe
test -f build\bomberman.sln
else
test -f build/bomberman
fi