Skip to content

Commit f170dc7

Browse files
committed
fix executable typo in Windows CI
1 parent cae12bb commit f170dc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
run: g++ -static -o SetupPatcher.exe patches/SetupPatcher/SetupPatcher/SetupPatcher.cpp
6262

6363
- name: Compile Y2K38Patcher
64-
run: g++ -static -o SetupPatcher.exe patches/Y2K38Patcher/Y2K38Patcher/Y2K38Patcher.cpp
64+
run: g++ -static -o Y2K38Patcher.exe patches/Y2K38Patcher/Y2K38Patcher/Y2K38Patcher.cpp
6565

6666
- name: Compile IMGConverter
6767
run: pyinstaller --onefile --distpath . tools/IMGConverter/IMGConverter.py

0 commit comments

Comments
 (0)