From 41e248b751c2f6aa1b2246672cfd8adbc644c313 Mon Sep 17 00:00:00 2001 From: Liam Date: Wed, 7 Aug 2024 07:19:17 +0100 Subject: [PATCH] yes --- .gitea/workflows/release-mod.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/release-mod.yml b/.gitea/workflows/release-mod.yml index 4481c92..f2ab1fa 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: actions/release-action@main with: - files: ./${{ steps.Build.outputs.filename }}.zip + path: ${{ steps.Build.outputs.artifactpath }} api_key: "${{ secrets.RELEASE_TOKEN }}"