From 118f13e2b97b61518b4968646bae873ddce6efb7 Mon Sep 17 00:00:00 2001 From: huiyadanli Date: Thu, 17 Jun 2021 23:32:13 +0800 Subject: [PATCH] [#] revert --- .github/workflows/build.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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