feat: add initial log file.feat: add initial log file.
Some checks failed
Build and Release / build-and-release (push) Failing after 56s
Some checks failed
Build and Release / build-and-release (push) Failing after 56s
This commit is contained in:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user