File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments