From 2cd6cdbffaef4f6c9de65c5fe330ea7b27f445fe Mon Sep 17 00:00:00 2001 From: Salastil Date: Sun, 16 Nov 2025 15:29:27 -0500 Subject: [PATCH] . --- .gitea/workflows/build.yml | 65 +++++++++++++++++++++++++++++++------- 1 file changed, 53 insertions(+), 12 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 2a34158..a617f2e 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -43,14 +43,31 @@ jobs: git push origin latest - name: Create Latest Release - uses: actions/release-action@v1 - with: - token: ${{ secrets.CI_TOKEN }} - tag_name: latest - name: Latest Build (Development) - body: "Automated build from master branch. This is a development build." - prerelease: true - files: Sneedchat-Discord-Bridge + run: | + # Create release using Gitea API + RELEASE_DATA=$(cat <