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
Some checks failed
Build and Release / build-and-release (push) Failing after 25m54s
This commit is contained in:
@@ -43,9 +43,11 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cd Frontend/Electron
|
cd Frontend/Electron
|
||||||
npm run build
|
npm run build
|
||||||
xvfb-run npx electron-builder --linux --win
|
npx electron-builder --linux
|
||||||
|
xvfb-run npx electron-builder --win
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ secrets.CI_TOKEN }}
|
GH_TOKEN: ${{ secrets.CI_TOKEN }}
|
||||||
|
WINEDEBUG: "-all"
|
||||||
|
|
||||||
- name: Delete existing latest release
|
- name: Delete existing latest release
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user