From 5c372c8e68dc86e7b7cec9d015814fcdc4432c8e Mon Sep 17 00:00:00 2001 From: Pythonic-Rainbow Date: Thu, 18 Jan 2024 10:50:48 +0000 Subject: [PATCH] Exclude pdb files --- .github/workflows/bot.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/bot.yml b/.github/workflows/bot.yml index 90f73cb..84f178a 100644 --- a/.github/workflows/bot.yml +++ b/.github/workflows/bot.yml @@ -31,7 +31,8 @@ jobs: with: name: Bot path: | - Bot/bin/Release/net8.0/linux-arm64/**.* + Bot/bin/Release/net8.0/linux-arm64 + !Bot/bin/Release/net8.0/linux-arm64/*.pdb inspect: runs-on: ubuntu-latest steps: