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 7e0a047 commit f91504fCopy full SHA for f91504f
.github/workflows/push.yml
@@ -70,6 +70,10 @@ jobs:
70
path: slave_firmware_temp
71
- name: Add slave_firmware to framework zip
72
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"
77
FRAMEWORK_ZIP=$(ls dist/framework*.zip | head -n 1)
78
unzip -q "$FRAMEWORK_ZIP" -d dist/unpacked
79
mkdir -p dist/unpacked/framework-arduinoespressif32/tools/slave_firmware
0 commit comments