File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -70,16 +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"
77- echo "Listing slave_firmware_temp/wifi_copro_fw directory:"
78- ls -la slave_firmware_temp/wifi_copro_fw/ || echo "wifi_copro_fw directory not found"
7973 FRAMEWORK_ZIP=$(ls dist/framework*.zip | head -n 1)
8074 unzip -q "$FRAMEWORK_ZIP" -d dist/unpacked
8175 mkdir -p dist/unpacked/framework-arduinoespressif32/tools/slave_firmware
82- cp -r slave_firmware_temp/wifi_copro_fw/ * dist/unpacked/framework-arduinoespressif32/tools/slave_firmware/
76+ cp -r slave_firmware_temp/* dist/unpacked/framework-arduinoespressif32/tools/slave_firmware/
8377 (cd dist/unpacked && zip -qr ../$(basename "$FRAMEWORK_ZIP") .)
8478 - name : Release
8579 uses : jason2866/action-gh-release@v1.3
You can’t perform that action at this time.
0 commit comments