diff options
| author | Silarn <jrim@rimpo.org> | 2019-05-21 02:28:05 -0500 |
|---|---|---|
| committer | Silarn <jrim@rimpo.org> | 2019-05-21 02:28:05 -0500 |
| commit | f966e7db9363230673ce5a85dd1ab53846f73521 (patch) | |
| tree | 24832fe1a37e8af34a968add794b037420d98992 | |
| parent | c2ed511ff0822e2003b0ec3fe574a2a9e6b9d592 (diff) | |
Switch to local build files as appveyor can't use installed files
| -rw-r--r-- | appveyor.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml index 2f24fb6f..7ed85109 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -16,9 +16,9 @@ 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\ModOrganizer.exe +- path: build\src\ModOrganizer.exe name: modorganizer_exe -- path: ..\..\..\install\pdb\ModOrganizer.pdb +- path: build\src\ModOrganizer.pdb name: modorganizer_pdb on_success: - ps: Set-Location -Path $env:APPVEYOR_BUILD_FOLDER |
