From 4af85ded564195867cd4bb9231e3f5f517e1d474 Mon Sep 17 00:00:00 2001 From: qwsdcvghyu89 <61093706+qwsdcvghyu89@users.noreply.github.com> Date: Sat, 6 Jun 2026 20:55:43 +1000 Subject: [PATCH] Fixed release action --- .gitea/workflows/build_nightly.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/build_nightly.yaml b/.gitea/workflows/build_nightly.yaml index c1aed3c..d48d747 100644 --- a/.gitea/workflows/build_nightly.yaml +++ b/.gitea/workflows/build_nightly.yaml @@ -34,13 +34,13 @@ jobs: relative_project_path: ./ archive_output: true - name: create release - uses: ncipollo/release-action@v1.21.0 + uses: akkuman/gitea-release-action@v1 with: - token: ${{ secrets.GITHUB_TOKEN }} - generateReleaseNotes: true - tag: ${{ github.ref_name }} - artifacts: ${{ steps.export.outputs.archive_directory }}/* + # token: ${{ secrets.GITHUB_TOKEN }} + # generateReleaseNotes: true + # tag: ${{ github.ref_name }} + files: ${{ steps.export.outputs.archive_directory }}/* # commit: ${{ gitea.sha }} - allowUpdates: true + # allowUpdates: true name: Latest Nightly Build prerelease: true