Skip to content

Commit f91504f

Browse files
committed
debug ls
1 parent 7e0a047 commit f91504f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/push.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@ jobs:
7070
path: slave_firmware_temp
7171
- name: Add slave_firmware to framework zip
7272
run: |
73+
echo "Listing current directory:"
74+
ls -la
75+
echo "Listing slave_firmware_temp directory:"
76+
ls -la slave_firmware_temp/ || echo "slave_firmware_temp directory not found"
7377
FRAMEWORK_ZIP=$(ls dist/framework*.zip | head -n 1)
7478
unzip -q "$FRAMEWORK_ZIP" -d dist/unpacked
7579
mkdir -p dist/unpacked/framework-arduinoespressif32/tools/slave_firmware

0 commit comments

Comments
 (0)