From f22dc8d1513e9507f5f755c1f586baa3088bdb0b Mon Sep 17 00:00:00 2001 From: ineed bots Date: Thu, 12 Oct 2023 13:43:16 -0600 Subject: [PATCH] push syms --- .github/workflows/build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e6d53da..621b335 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -58,6 +58,7 @@ jobs: name: ${{matrix.configuration}} binaries path: | build/bin/${{matrix.configuration}}/t4sp-server-plugin.dll + build/bin/${{matrix.configuration}}/t4sp-server-plugin.pdb deploy: name: Deploy release @@ -81,4 +82,5 @@ jobs: prerelease: false draft: true files: | - t4sp-server-plugin.dll \ No newline at end of file + t4sp-server-plugin.dll + t4sp-server-plugin.pdb \ No newline at end of file