From ed5061f83f68d864d93541eec21d8d5644845dad Mon Sep 17 00:00:00 2001 From: macniel Date: Thu, 25 Sep 2025 14:16:33 +0200 Subject: [PATCH] cicd: fixes format --- .gitea/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index e110d179..15fca5aa 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -30,7 +30,7 @@ jobs: cd ./dist zip -r ../release.zip . # Adjust the path to your build output directory - name: Package Upload - uses: actions/upload-artifact@v4 + uses: akkuman/gitea-release-action@v1 with: - name: system-module + server_url: https://git.macniel.online path: release.zip