mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-06-03 10:26:29 +00:00
fix binary name
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user