Skip to content

Commit f019eb7

Browse files
committed
debug list dir
1 parent 3a6684f commit f019eb7

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: .
7171
- name: Add slave_firmware to framework zip
7272
run: |
73+
echo "Listing current directory:"
74+
ls -la
75+
echo "Listing slave_firmware directory:"
76+
ls -la slave_firmware/ || echo "slave_firmware directory not found"
7377
FRAMEWORK_ZIP=$(ls dist/framework*.zip | head -n 1)
7478
unzip -q "$FRAMEWORK_ZIP" -d dist/unpacked
7579
cp -r slave_firmware/wifi_copro_fw dist/unpacked/framework-arduinoespressif32/tools/slave_firmware

0 commit comments

Comments
 (0)