We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a6684f commit f019eb7Copy full SHA for f019eb7
.github/workflows/push.yml
@@ -70,6 +70,10 @@ jobs:
70
path: .
71
- name: Add slave_firmware to framework zip
72
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"
77
FRAMEWORK_ZIP=$(ls dist/framework*.zip | head -n 1)
78
unzip -q "$FRAMEWORK_ZIP" -d dist/unpacked
79
cp -r slave_firmware/wifi_copro_fw dist/unpacked/framework-arduinoespressif32/tools/slave_firmware
0 commit comments