From b5ec8edbd4fd6699014f83508241b0a83a3cb033 Mon Sep 17 00:00:00 2001 From: Daan Selen Date: Tue, 30 Sep 2025 08:56:41 +0200 Subject: [PATCH] chore: use the gitea compatible actions --- .gitea/workflows/action-release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/action-release.yaml b/.gitea/workflows/action-release.yaml index c623559..e31fabc 100644 --- a/.gitea/workflows/action-release.yaml +++ b/.gitea/workflows/action-release.yaml @@ -55,7 +55,7 @@ jobs: yarn build - name: upload the building actifacts - uses: actions/upload-artifact@v4 + uses: https://github.com/christopherHX/gitea-upload-artifact@v4 with: name: packages path: | @@ -67,7 +67,7 @@ jobs: overwrite: true - name: Release - uses: akkuman/gitea-release-action@v1 + uses: https://github.com/akkuman/gitea-release-action@v1 if: github.ref_type == 'tag' with: files: |