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