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 }}"