From c2044c5f8063d3ebd3cf52205034efdaa340ad0a Mon Sep 17 00:00:00 2001 From: Liam Date: Wed, 7 Aug 2024 07:20:45 +0100 Subject: [PATCH] yes --- .gitea/workflows/release-mod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/release-mod.yml b/.gitea/workflows/release-mod.yml index f2ab1fa..8d74340 100644 --- a/.gitea/workflows/release-mod.yml +++ b/.gitea/workflows/release-mod.yml @@ -49,7 +49,7 @@ jobs: path: ${{ steps.Build.outputs.artifactpath }} - name: Release Mod - uses: actions/release-action@main + uses: https://gitea.com/actions/release-action@main with: path: ${{ steps.Build.outputs.artifactpath }} api_key: "${{ secrets.RELEASE_TOKEN }}"