From 88dd142f5c962273af655a0e09f427bab5aad42b Mon Sep 17 00:00:00 2001
From: Asher Baker <asherkin@limetech.io>
Date: Sun, 12 Dec 2021 14:43:32 +0000
Subject: [PATCH] Upload libsourcepawn debug symbols

---
 tools/buildbot/PackageScript | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/buildbot/PackageScript b/tools/buildbot/PackageScript
index 00fdb449..47bf6b11 100644
--- a/tools/buildbot/PackageScript
+++ b/tools/buildbot/PackageScript
@@ -74,7 +74,7 @@ helpers.CopySpcomp('addons/sourcemod/scripting')
 # Export PDB files. We write to a file in the build folder which is pretty
 # verboten, but it's okay if it's in the root since AMBuild will never try
 # to rmdir the root.
-full_binary_list = SM.binaries + SM.extensions + SM.spcomp_bins
+full_binary_list = SM.binaries + SM.extensions + SM.spvm + SM.spcomp_bins
 with open(os.path.join(builder.buildPath, 'pdblog.txt'), 'w') as fp:
   for task in full_binary_list:
     fp.write(task.debug.path + '\n')