diff options
| author | Mikaƫl Capelle <capelle.mikael@gmail.com> | 2021-02-12 18:08:07 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-12 18:08:07 +0100 |
| commit | 1cf8a2bfee1db67bbb0f5dd68dc73adebaa44954 (patch) | |
| tree | 43a5d23fdf43ebe0f44c1fa9e3bf214ca7a240c2 | |
| parent | 7531a860cf22d8573f96d74495a3e32b528d7dd6 (diff) | |
| parent | 04d80bb567e64c68264fa4e0e550fc72009112a1 (diff) | |
Merge pull request #1401 from ModOrganizer2/Al12rs-appveyorFix
Appveyor: artifact only the exe
| -rw-r--r-- | appveyor.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/appveyor.yml b/appveyor.yml index 4ab86acc..854e3aaa 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -52,10 +52,10 @@ build_script: if($LastExitCode -ne 0) { $host.SetShouldExit($LastExitCode ) } test: off artifacts: -- path: '\modorganizer-build\install\bin' +- path: '\modorganizer-build\install\bin\ModOrganizer.exe' name: Mod.Organizer-$(APPVEYOR_BUILD_VERSION) -- path: '\modorganizer-build\install\pdb' - name: PDBs-Mod.Organizer-$(APPVEYOR_BUILD_VERSION) +- path: '\modorganizer-build\install\pdb\ModOrganizer.pdb' + name: PDB-Mod.Organizer-$(APPVEYOR_BUILD_VERSION) deploy: off on_success: - ps: >- |
