Skip to content

Commit a626340

Browse files
committed
Fix CI executable name
1 parent 9f9bbf6 commit a626340

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
- name: Check executables
101101
run: |
102102
cd bin/check_install/bin
103-
./authserver --version
103+
./bnetserver --version
104104
./worldserver --version
105105
106106
# Cata preservation project has been abandoned, so no need for further build checks on this project

0 commit comments

Comments
 (0)