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