ci: Add Gitea Actions workflow for building and releasing the Electron application for Linux and Windows.
Some checks failed
Build and Release / build-and-release (push) Failing after 25m54s

This commit is contained in:
Bryan1029384756
2026-02-10 21:03:10 -06:00
parent ab740cc809
commit d93778497c

View File

@@ -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: |