feat: add initial log file.feat: add initial log file.
Some checks failed
Build and Release / build-and-release (push) Failing after 56s

This commit is contained in:
Bryan1029384756
2026-02-13 13:31:25 -06:00
parent df9d0f2e4b
commit e61df284e9
2 changed files with 598 additions and 1 deletions

View File

@@ -57,8 +57,19 @@ jobs:
- name: Install dependencies
run: |
set -eo pipefail
npm install
chmod +x node_modules/app-builder-bin/linux/x64/app-builder
echo "--- app-builder diagnostics ---"
AB=node_modules/app-builder-bin/linux/x64/app-builder
ls -la "$AB"
file "$AB"
ldd "$AB" 2>&1 || true
chmod +x "$AB"
"$AB" --version
# Copy to /tmp to rule out Docker volume/filesystem issues
cp "$AB" /tmp/app-builder
chmod +x /tmp/app-builder
/tmp/app-builder --version
- name: Read version from package.json
id: version
@@ -78,6 +89,7 @@ jobs:
WINEDEBUG: "-all"
VITE_CONVEX_URL: ${{ secrets.VITE_CONVEX_URL }}
VITE_LIVEKIT_URL: ${{ secrets.VITE_LIVEKIT_URL }}
CUSTOM_APP_BUILDER_PATH: /tmp/app-builder
- name: List build artifacts
run: ls -la apps/electron/dist/