diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index eee7352..079d146 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -62,5 +62,7 @@ jobs: with: name: RevokeMsgPatcher-${{matrix.BUILD_CONFIGURATION}} path: | - .\RevokeMsgPatcher\bin\Release\RevokeMsgPatcher.exe - .\RevokeMsgPatcher.MultiInstance\bin\Release\RevokeMsgPatcher.MultiInstance.exe \ No newline at end of file + .\RevokeMsgPatcher\bin + .\RevokeMsgPatcher.MultiInstance\bin + !**.exe.config + !**.pdb \ No newline at end of file