From db18d8b826a233985c9193609666449277a48456 Mon Sep 17 00:00:00 2001 From: netkas Date: Thu, 10 Oct 2024 14:26:01 -0400 Subject: [PATCH] Updated workflow --- .github/workflows/ncc_workflow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ncc_workflow.yml b/.github/workflows/ncc_workflow.yml index 58968df..682f1db 100644 --- a/.github/workflows/ncc_workflow.yml +++ b/.github/workflows/ncc_workflow.yml @@ -189,8 +189,8 @@ jobs: - name: Download build artifacts uses: actions/download-artifact@v4 with: - name: TgBotLib_build - path: TgBotLib_build # Adjust this to download the artifact directly under 'TgBotLib_build' + name: release + path: release - name: Install dependencies run: |