yes
Some checks failed
Release Mod / Build (push) Failing after 3s

This commit is contained in:
Lee 2024-08-07 07:19:17 +01:00
parent 13840aa1e2
commit 41e248b751

@ -49,7 +49,7 @@ jobs:
path: ${{ steps.Build.outputs.artifactpath }} path: ${{ steps.Build.outputs.artifactpath }}
- name: Release Mod - name: Release Mod
uses: https://gitea.com/actions/release-action@main uses: actions/release-action@main
with: with:
files: ./${{ steps.Build.outputs.filename }}.zip path: ${{ steps.Build.outputs.artifactpath }}
api_key: "${{ secrets.RELEASE_TOKEN }}" api_key: "${{ secrets.RELEASE_TOKEN }}"