Skip to content

Commit 98debb4

Browse files
authored
build: build.yml
1 parent 174ea82 commit 98debb4

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,12 @@ jobs:
6363
set VULKAN_SDK=D:/a/VulkanSDK
6464
cd src
6565
call build.bat
66-
cd ..
67-
if not exist out/pilotlight_python.exe exit 1
68-
if not exist out/glfwd.lib exit 1
69-
if not exist out/pl_platform_ext.lib exit 1
70-
if not exist out/python3.dll exit 1
71-
if not exist out/python314_d.dll exit 1
72-
if not exist pilotlight/pilotlight_d.pyd exit 1
66+
if not exist ../out/pilotlight_python.exe exit 1
67+
if not exist ../out/glfwd.lib exit 1
68+
if not exist ../out/pl_platform_ext.lib exit 1
69+
if not exist ../out/python3_d.dll exit 1
70+
if not exist ../out/python314_d.dll exit 1
71+
if not exist ../pilotlight/pilotlight_d.pyd exit 1
7372
7473
MacOS:
7574

0 commit comments

Comments
 (0)