diff --git a/appveyor.yml b/appveyor.yml index 7f80df4..28d43a3 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -16,17 +16,17 @@ build_script: C:\Python37-x64\python.exe unimake.py -d c:\projects\modorganizer-build -s Appveyor_Build=True %APPVEYOR_PROJECT_NAME% artifacts: -- path: ..\..\..\install\bin\plugins\plugin_python.dll +- path: build\src\plugin_python.dll name: plugin_python_dll -- path: ..\..\..\install\pdb\plugin_python.pdb +- path: build\src\plugin_python.pdb name: plugin_python_pdb -- path: ..\..\..\install\libs\plugin_python.lib +- path: build\src\plugin_python.lib name: plugin_python_lib -- path: ..\..\..\install\bin\plugins\data\pythonrunner.dll +- path: build\src\pythonrunner.dll name: pythonrunner_dll -- path: ..\..\..\install\pdb\pythonrunner.pdb +- path: build\src\pythonrunner.pdb name: pythonrunner_pdb -- path: ..\..\..\install\libs\pythonrunner.lib +- path: build\src\pythonrunner.lib name: pythonrunner_lib on_success: - ps: Set-Location -Path $env:APPVEYOR_BUILD_FOLDER