feat: Add MembersList component, configure Electron frontend with Vite, and establish Gitea release workflow.
Some checks failed
Build and Release / build-and-release (push) Failing after 7m35s
Some checks failed
Build and Release / build-and-release (push) Failing after 7m35s
This commit is contained in:
@@ -44,7 +44,8 @@ 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"
|
||||
|
||||
Reference in New Issue
Block a user