Skip to content

Commit 33b610b

Browse files
committed
poc parallel build
1 parent f019eb7 commit 33b610b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/parallel_build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
run: |
112112
FRAMEWORK_ZIP=$(ls dist/framework*.zip | head -n 1)
113113
unzip -q "$FRAMEWORK_ZIP" -d dist/unpacked
114-
cp -r wifi_copro_fw dist/unpacked/framework-arduinoespressif32/tools/slave_firmware
114+
cp -r slave_firmware/wifi_copro_fw dist/unpacked/framework-arduinoespressif32/tools/slave_firmware
115115
(cd dist/unpacked && zip -qr ../$(basename "$FRAMEWORK_ZIP") .)
116116
- name: Release
117117
uses: jason2866/[email protected]

0 commit comments

Comments
 (0)