From da53a1a7e807e9fa0433560b1b324968c82de2e0 Mon Sep 17 00:00:00 2001 From: macniel Date: Thu, 25 Sep 2025 14:33:39 +0200 Subject: [PATCH] cicd: we are getting close --- .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 33fbf877..e7928e76 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -28,9 +28,9 @@ jobs: - name: Package build output run: | cd ./dist - zip -r ../release.zip . # Adjust the path to your build output directory + zip -r /tmp/dsa41_release.zip . # Adjust the path to your build output directory - name: Package Upload uses: akkuman/gitea-release-action@v1 with: server_url: https://git.macniel.online - path: release.zip + path: /tmp/dsa41_release.zip