Skip to content

Commit 7e0a047

Browse files
committed
next...
1 parent cb379ea commit 7e0a047

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff 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/[email protected]

0 commit comments

Comments
 (0)