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