diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b842a6a8..421a1450 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 \ No newline at end of file + if: matrix.name == 'Linux' + run: test -f build/bomberman \ No newline at end of file