From 0f6ca9310410659a6ccddc4bc032dfa595a2bd40 Mon Sep 17 00:00:00 2001 From: mateuszskoczek Date: Tue, 3 Feb 2026 23:28:55 +0100 Subject: [PATCH] Update .gitea/workflows/analyze_and_publish.yml --- .gitea/workflows/analyze_and_publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/analyze_and_publish.yml b/.gitea/workflows/analyze_and_publish.yml index 08122d6..b693f56 100644 --- a/.gitea/workflows/analyze_and_publish.yml +++ b/.gitea/workflows/analyze_and_publish.yml @@ -50,13 +50,13 @@ jobs: with: format: "tar.gz" name: cdl_downloader_${{steps.gitversion.outputs.SemVer}} - include: "./cdl_downloader" + root-directory: "cdl_downloader" - name: Create .ZIP archive uses: ksm2/archive-action@v1 with: format: "zip" name: cdl_downloader_${{steps.gitversion.outputs.SemVer}} - include: "./cdl_downloader" + root-directory: "cdl_downloader" - name: Create Release uses: akkuman/gitea-release-action@v1 with: