From 728d987b64de8d39018f9f0c60076bce959aa056 Mon Sep 17 00:00:00 2001 From: Liam Date: Wed, 7 Aug 2024 07:26:33 +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 8d74340..91a034c 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: https://gitea.com/actions/release-action@main + uses: christopherhx/gitea-upload-artifact@v4 with: path: ${{ steps.Build.outputs.artifactpath }} api_key: "${{ secrets.RELEASE_TOKEN }}"