From d93778497cac7f4b493adac2bf85926dd4b3fd06 Mon Sep 17 00:00:00 2001 From: Bryan1029384756 <23323626+Bryan1029384756@users.noreply.github.com> Date: Tue, 10 Feb 2026 21:03:10 -0600 Subject: [PATCH] ci: Add Gitea Actions workflow for building and releasing the Electron application for Linux and Windows. --- .gitea/workflows/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 5047fa0..6795d9c 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -43,9 +43,11 @@ jobs: run: | cd Frontend/Electron npm run build - xvfb-run npx electron-builder --linux --win + npx electron-builder --linux + xvfb-run npx electron-builder --win env: GH_TOKEN: ${{ secrets.CI_TOKEN }} + WINEDEBUG: "-all" - name: Delete existing latest release run: |