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 a1aca06 commit 3a6684fCopy full SHA for 3a6684f
.github/workflows/push.yml
@@ -72,7 +72,7 @@ jobs:
72
run: |
73
FRAMEWORK_ZIP=$(ls dist/framework*.zip | head -n 1)
74
unzip -q "$FRAMEWORK_ZIP" -d dist/unpacked
75
- cp -r wifi_copro_fw dist/unpacked/framework-arduinoespressif32/tools/slave_firmware
+ cp -r slave_firmware/wifi_copro_fw dist/unpacked/framework-arduinoespressif32/tools/slave_firmware
76
(cd dist/unpacked && zip -qr ../$(basename "$FRAMEWORK_ZIP") .)
77
- name: Release
78
uses: jason2866/action-gh-release@v1.3
0 commit comments