Skip to content

Commit 0949753

Browse files
Update ESP32 test workflow to specify build artifact paths
1 parent 75c1104 commit 0949753

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/esp32-test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,7 @@ jobs:
6868
with:
6969
name: esp32-test-build
7070
path: |
71-
validation/esp32-test/target
71+
validation/esp32-test/target/riscv32imac-esp-espidf/release/partition-table.bin
72+
validation/esp32-test/target/riscv32imac-esp-espidf/release/esp32-test
73+
validation/esp32-test/target/riscv32imac-esp-espidf/release/bootloader.bin
7274
retention-days: 30

0 commit comments

Comments
 (0)