From 32df6a28cc2974f7de13abf1baddb5ac697870f6 Mon Sep 17 00:00:00 2001 From: Daan Selen Date: Thu, 27 Nov 2025 09:33:49 +0000 Subject: [PATCH] chore: remove github prefix --- .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 49233f7..d63e4cf 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: https://github.com/christopherHX/gitea-upload-artifact@v4 + uses: christopherHX/gitea-upload-artifact@v4 with: name: packages path: | @@ -67,7 +67,7 @@ jobs: overwrite: true - name: Release - uses: https://github.com/akkuman/gitea-release-action@v1 + uses: akkuman/gitea-release-action@v1 if: github.ref_type == 'tag' with: files: |