We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab865d3 commit 92a34f4Copy full SHA for 92a34f4
.github/workflows/build lvgl_mpy1.yml
@@ -54,14 +54,8 @@ jobs:
54
- name: Build ESP32_GENERIC_S3 SPIRAM_OCT 16
55
run: python3 make.py esp32 BOARD=ESP32_GENERIC_S3 BOARD_VARIANT=SPIRAM_OCT --flash-size=16 DISPLAY=st7789 INDEV=xpt2046
56
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
-
64
- uses: actions/upload-artifact@v4
65
with:
66
name: lvgl_micropy_ESP32
67
- path: ${{ github.workspace }}/build/*.bin
+ path: ${{ github.workspace }}/build/**/*.bin
+ if-no-files-found: ignore
0 commit comments