Brycord v1.0.35
Some checks failed
Build and Release / build-and-release (push) Failing after 7m59s

This commit is contained in:
Bryan1029384756
2026-02-21 17:26:36 -06:00
parent 9b86970f3e
commit e63e4c3ef8
4 changed files with 613 additions and 1313 deletions

View File

@@ -52,7 +52,7 @@ jobs:
npm run build
npx electron-builder --linux
xvfb-run npx electron-builder --win || echo "electron-builder exited with non-zero code, checking artifacts..."
test -f "dist/Discord Clone Setup"*.exe && echo "Windows build artifact verified" || exit 1
test -f "dist/Brycord Setup"*.exe && echo "Windows build artifact verified" || exit 1
env:
GH_TOKEN: ${{ secrets.CI_TOKEN }}
WINEDEBUG: "-all"