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