summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAl <26797547+Al12rs@users.noreply.github.com>2021-02-09 22:01:24 +0100
committerGitHub <noreply@github.com>2021-02-09 22:01:24 +0100
commit04d80bb567e64c68264fa4e0e550fc72009112a1 (patch)
treeee6993fe925ef8d520759713d888cb6ad2aa1517
parent7d36bc20d0a6c327079141149a7f138c0f7726ac (diff)
Appveyor: artifact only the exe
The entire build is too big and we get over the limit too fast
-rw-r--r--appveyor.yml6
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: >-