Skip to content

Commit dce3d62

Browse files
committed
revert the idf examples path
1 parent 293d287 commit dce3d62

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build_and_run_idf_examples.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@ jobs:
4848
# We upload only the USB Device example binaries to run them on the target
4949
name: usb_device_tusb_apps_bin_${{ matrix.idf_ver }}
5050
path: |
51-
${IDF_PATH}/examples/peripherals/usb/device/tusb_*/build/bootloader/bootloader.bin
52-
${IDF_PATH}/examples/peripherals/usb/device/tusb_*/build/partition_table/partition-table.bin
53-
${IDF_PATH}/examples/peripherals/usb/device/tusb_*/build/tusb_*.bin
54-
${IDF_PATH}/examples/peripherals/usb/device/tusb_*/build/tusb_*.elf
55-
${IDF_PATH}/examples/peripherals/usb/device/tusb_*/build/flasher_args.json
56-
${IDF_PATH}/examples/peripherals/usb/device/tusb_*/build/config/sdkconfig.json
51+
/opt/esp/idf/examples/peripherals/usb/device/tusb_*/build/bootloader/bootloader.bin
52+
/opt/esp/idf/examples/peripherals/usb/device/tusb_*/build/partition_table/partition-table.bin
53+
/opt/esp/idf/examples/peripherals/usb/device/tusb_*/build/tusb_*.bin
54+
/opt/esp/idf/examples/peripherals/usb/device/tusb_*/build/tusb_*.elf
55+
/opt/esp/idf/examples/peripherals/usb/device/tusb_*/build/flasher_args.json
56+
/opt/esp/idf/examples/peripherals/usb/device/tusb_*/build/config/sdkconfig.json
5757
if-no-files-found: error
5858
run-target:
5959
name: Run USB Device examples

0 commit comments

Comments
 (0)