Skip to content

Commit 88bb852

Browse files
update github action
1 parent 00e9215 commit 88bb852

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

.github/workflows/upgrade.yml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,24 @@ jobs:
3232
run: pnpm install --no-frozen-lockfile
3333
working-directory: .
3434

35+
36+
37+
- name: Debug plugin build
38+
working-directory: plugin
39+
run: |
40+
echo "Listing plugin contents..."
41+
ls -la
42+
echo "Node version:"
43+
node -v
44+
echo "PNPM version:"
45+
pnpm -v
46+
echo "Running build manually to show full logs..."
47+
pnpm run build --reporter ndjson --stream
48+
3549
- name: Build project
3650
run: pnpm run build
3751
working-directory: .
38-
52+
3953
- name: Build Android
4054
working-directory: plugin/android
4155
run: ./gradlew clean build

0 commit comments

Comments
 (0)