From 15a2cf3116034a778927627215c4b32b181c5e9a Mon Sep 17 00:00:00 2001 From: Hubert Cornet Date: Sat, 14 Feb 2026 10:16:13 +0100 Subject: [PATCH] Update .gitea/workflows/ci.yml --- .gitea/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index efb14ba..e3d0ee1 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -40,5 +40,5 @@ jobs: - name: Upload artifact uses: actions/upload-artifact@v6 with: - name: SDSAT-scripts - path: dist/SDSAT-scripts.zip + name: SDSAT + path: SDSAT-scripts.zip