From 90df81d30843855f0363c27419e2c9ed0be07cf7 Mon Sep 17 00:00:00 2001 From: Naiel <109038805+naielv@users.noreply.github.com> Date: Tue, 3 Mar 2026 10:24:12 +0100 Subject: [PATCH] Update asset path for GitHub Release upload --- .github/workflows/windows-agent-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows-agent-release.yml b/.github/workflows/windows-agent-release.yml index edabf8c..8fb1bb7 100644 --- a/.github/workflows/windows-agent-release.yml +++ b/.github/workflows/windows-agent-release.yml @@ -43,4 +43,4 @@ jobs: if: github.event_name == 'release' uses: softprops/action-gh-release@v2 with: - files: dist/telesec-windows-agent.exe + files: python_sdk/dist/telesec-windows-agent.exe