From 114ae8e47bd612d52cecf8d56e689ef815c861eb Mon Sep 17 00:00:00 2001 From: teatov Date: Thu, 6 Mar 2025 23:37:19 +1000 Subject: [PATCH] try using ncipollo/release-action --- .gitea/workflows/build.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 7cfa500..62aa1ff 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -82,6 +82,8 @@ jobs: ${{ env.build }}/${{ matrix.preset }} - name: Release - uses: akkuman/gitea-release-action@v1 + uses: ncipollo/release-action@v1 with: - files: ${{ env.build }}/*.zip + generateReleaseNotes: true + tag: ${{ github.ref_name }} + artifacts: ${{ env.build }}/*.zip