From c25cbeeee7db14ca26fe5ff5f2228555548b4859 Mon Sep 17 00:00:00 2001 From: Pythonic-Rainbow Date: Sun, 7 Jan 2024 01:13:28 +0000 Subject: [PATCH] [Workflow] Also include .json files --- .github/workflows/compile-bot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/compile-bot.yml b/.github/workflows/compile-bot.yml index c1b0ee4..61b4d66 100644 --- a/.github/workflows/compile-bot.yml +++ b/.github/workflows/compile-bot.yml @@ -32,3 +32,4 @@ jobs: path: | Bot/bin/Release/net6.0/linux-arm64/Bot Bot/bin/Release/net6.0/linux-arm64/*.dll + Bot/bin/Release/net6.0/linux-arm64/*.json