Skip to content

Commit 3a6684f

Browse files
committed
hate path stuff with artifacts
1 parent a1aca06 commit 3a6684f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
run: |
7373
FRAMEWORK_ZIP=$(ls dist/framework*.zip | head -n 1)
7474
unzip -q "$FRAMEWORK_ZIP" -d dist/unpacked
75-
cp -r wifi_copro_fw dist/unpacked/framework-arduinoespressif32/tools/slave_firmware
75+
cp -r slave_firmware/wifi_copro_fw dist/unpacked/framework-arduinoespressif32/tools/slave_firmware
7676
(cd dist/unpacked && zip -qr ../$(basename "$FRAMEWORK_ZIP") .)
7777
- name: Release
7878
uses: jason2866/action-gh-release@v1.3

0 commit comments

Comments
 (0)