Skip to content

Commit 73b63a4

Browse files
authored
Update main.yml
1 parent 4c11cc5 commit 73b63a4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ jobs:
4444
run: |
4545
mkdir -p output
4646
cp $(find .pio/build -name firmware.bin) output/ || echo "⚠️ No firmware files found"
47+
cp $(find .pio/build -name bootloader.bin) output/ || echo "⚠️ No bootloader files found"
48+
cp $(find .pio/build -name partitions.bin) output/ || echo "⚠️ No partition files found"
4749
ls -lh output || true
4850
4951
- name: Auto increment release tag

0 commit comments

Comments
 (0)