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