Skip to content

Commit 92a34f4

Browse files
committed
12345
1 parent ab865d3 commit 92a34f4

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/build lvgl_mpy1.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,8 @@ jobs:
5454
- name: Build ESP32_GENERIC_S3 SPIRAM_OCT 16
5555
run: python3 make.py esp32 BOARD=ESP32_GENERIC_S3 BOARD_VARIANT=SPIRAM_OCT --flash-size=16 DISPLAY=st7789 INDEV=xpt2046
5656

57-
- name: Check build result
58-
run: |
59-
if [ ! -f "${{ github.workspace }}/build/*.bin" ]; then
60-
echo "No .bin files found in build directory. Compilation failed."
61-
exit 1
62-
fi
63-
6457
- uses: actions/upload-artifact@v4
6558
with:
6659
name: lvgl_micropy_ESP32
67-
path: ${{ github.workspace }}/build/*.bin
60+
path: ${{ github.workspace }}/build/**/*.bin
61+
if-no-files-found: ignore

0 commit comments

Comments
 (0)