Fix messed paths in appveyor.yml

This commit is contained in:
2025-09-05 20:20:34 +02:00
parent e931a99284
commit 01f9be4e3b

View File

@@ -26,7 +26,7 @@ before_build:
build_script:
- cmd: |
cmake --build build --config %CONFIG% --parallel
cmake --build . --config %CONFIG% --parallel
artifacts:
- path: build\bin\%CONFIG%\*.exe