From bd34b53263e780f1cfaf364320e05ee40cc6069f Mon Sep 17 00:00:00 2001 From: macniel Date: Thu, 25 Sep 2025 14:10:32 +0200 Subject: [PATCH] cicd: update release from build pipeline --- .gitea/workflows/release.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 9a3361bd..fcb1ade3 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -29,8 +29,7 @@ jobs: run: | cd ./dist zip -r ../release.zip . # Adjust the path to your build output directory - - - name: Upload release asset - uses: akkuman/gitea-release-action@v1 - with: - files: release.zip + - uses: actions/upload-artifact@v4 + with: + name: system-module + path: release.zip